Skip to content

Instantly share code, notes, and snippets.

@acacha
Created November 9, 2019 15:19
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 acacha/b7f0487fcbeb6dc14259548e3a7a2e6d to your computer and use it in GitHub Desktop.
Save acacha/b7f0487fcbeb6dc14259548e3a7a2e6d to your computer and use it in GitHub Desktop.
aliases
alias gs="git status"
alias gl="git log"
alias gcom="git checkout master"
alias gaa="git add ."
alias gc="git commit -m "
alias gp="git push"
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