Git Auto Push – Pull Script

The Git Auto Push – Pull Script

Git is a blessing for programmers, it’s well managed version control allows you to properly manage and work on your project individually or in a team. Sometimes the git has the same old add, commit, pull and push work and you need to retype everything. Well using this push-pull script you can be free from unnecessary keystrokes.

The above script can be added to a shell script file <git.sh> and the following steps can be taken to make it ususable.

Installation
create the script file and add the above code

;

Using Alias

Usuage