Ranner198 / GitPushGitPullAutomation

A git push and a git pull automated batch script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitPushGitPullAutomation

A git push and a git pull automated batch script 👍 🚀 :octocat:

Ever wanted to pull and push even faster then GitDesktop and your limited typing speed?

Say no more!

Whether you use Linux, Mac, or Windows; there is a script for you! Examples below.....

Linux & Max

  1. Clone or download to Repository location
  2. Open Terminal...

Pulling

  CD (Change Directory) <the location of the repository>
  //Run Bash Script
  bash GitPull.sh

Pushing

  CD (Change Directory) <the location of the repository>
  //Run Bash Script
  bash GitPush.sh

Windows B)

  1. Clone or download to Repository location

Pulling

  1. Double Click GitPull.bat

Pushing

  1. Double Click GitPush.bat

About

A git push and a git pull automated batch script


Languages

Language:Shell 51.6%Language:Batchfile 48.4%