Added declarations for:
bool branchExistsRemotely();
    bool branchExistsLocally();
    bool gitPullNewBranches();
			
			
This commit is contained in:
		@@ -57,6 +57,10 @@ class GitClient : public QObject {
 | 
				
			|||||||
    static QString gitBlob(QString fileName);
 | 
					    static QString gitBlob(QString fileName);
 | 
				
			||||||
    QString gitCommitForBlob(QString blob);
 | 
					    QString gitCommitForBlob(QString blob);
 | 
				
			||||||
    bool gitIsFileTracked(QString file2name);
 | 
					    bool gitIsFileTracked(QString file2name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    bool branchExistsRemotely();
 | 
				
			||||||
 | 
					    bool branchExistsLocally();
 | 
				
			||||||
 | 
					    bool gitPullNewBranches();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // GIT_CLIENT_H_INCLUDED
 | 
					#endif // GIT_CLIENT_H_INCLUDED
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user