Skip to content

Awesome bash helpers to make your git times good times.

Notifications You must be signed in to change notification settings

calm/git-bash-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Git Bash Party

Awesome bash helpers to make your git times good times.

Installation

Clone this repository, and import into your pash profile

cd ~
git clone https://github.com/calm/git-bash-party.git
echo 'source ~/git-bash-party/git-bash-party.sh' >> ~/.bash_profile
source ~/.bash_profile

Highlights

For the full list of commands, just read the .sh file. Here are Calm’s personal favorites:

gplod

Shorthand for git pull origin develop. gplom pulls master.

gbd

Delete a branch from local and remote

gtd

Delete a tag from local and remote

gcomp

Compare the diff between develop and master. Super helpful before a deploy to sanity-check what’s new.

gdeploy

Merge develop to master, push to origin, and merge back to develop. Lifesaver.

About

Awesome bash helpers to make your git times good times.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages