Skip to content

Instantly share code, notes, and snippets.

@stillfinder
Last active December 7, 2018 09:15
Show Gist options
  • Save stillfinder/877ce1d1c4ddeebcdeedb421d3eb5cf6 to your computer and use it in GitHub Desktop.
Save stillfinder/877ce1d1c4ddeebcdeedb421d3eb5cf6 to your computer and use it in GitHub Desktop.
# Git aliases
alias gb="git branch"
alias gaa="git add ."
alias gc="git commit -a -m"
alias gs="git status"
alias nah="git reset --hard; git clean -df;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment