Skip to content

Instantly share code, notes, and snippets.

@justin808
Created March 16, 2019 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin808/fe8419895306668cb9a1befc2e170315 to your computer and use it in GitHub Desktop.
Save justin808/fe8419895306668cb9a1befc2e170315 to your computer and use it in GitHub Desktop.
gpf='git push --force-with-lease'
gca='git commit -v -a'
gpthis='git push origin HEAD:$(git_current_branch) && git branch -u origin/$(git_current_branch) $(git_current_branch) && echo "pushed current branch and set upstream to origin"'
gco='git checkout'
g='grep -i --color=auto'
hb='hub browse'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment