TrackGit
Functions
Push.cpp File Reference

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...
 

Detailed Description

Implementaion file of Push command.

Author
Hrishikesh Hiraskar hrish.nosp@m.ihir.nosp@m.askar.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Definition in file Push.cpp.

Function Documentation

◆ DoPushThread()

void* DoPushThread ( void *  arg)

This does git push on given repository.

This also shows progress in given progress window.

Parameters
argThis contains repo path and progress window

Definition at line 57 of file Push.cpp.