TrackGit
|
Implementaion file of Push command. More...
#include "Push.h"
#include "../Utils.h"
#include <InterfaceKit.h>
#include <git2.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void * | DoPushThread (void *arg) |
This does git push on given repository. More... | |