Skip to content

m-dimmitt-old/git-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Main purpose.

Quickly update your branches in a controlled manner.
All merge changes happen on a temp branch giving you the option to finish or revert.

  ghelp   - give help on these commands!
  gpm     - git pull origin master:<yourbranch>
  gpd     - git pull origin dev:<yourbranch>
  gcustom - git pull origin custom:<yourbranch>
  gfinish - git finish
  grevert - git revert
  gParentForkMaster - git pull parentForkRemote master:<yourbranch>

Installation:

git clone https://github.com/MichaelDimmitt/git-updater.git;
. git-updater/script.sh;
ghelp

Developed during a late night with a can of red bull by Michael Dimmitt 😉

About

some bash stuff that I may build out further.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages