| 
    KiCad PCB EDA Suite
    
   | 
 
#include <git/git_repo_mixin.h>#include <import_export.h>#include <vector>#include <string>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | CommitDetails | 
| class | GIT_PULL_HANDLER | 
Enumerations | |
| enum class | PullResult : int {  MergeFailed = -2 , Error = -1 , Success = 0 , UpToDate , FastForward }  | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| MergeFailed | |
| Error | |
| Success | |
| UpToDate | |
| FastForward | |
Definition at line 44 of file git_pull_handler.h.