Skip to content

Instantly share code, notes, and snippets.

@alixcan
Forked from lukalopusina/git-aliases
Created November 12, 2018 12:24
Show Gist options
  • Save alixcan/d6316ee58a4e617a43560372d65a406c to your computer and use it in GitHub Desktop.
Save alixcan/d6316ee58a4e617a43560372d65a406c to your computer and use it in GitHub Desktop.
GIT Aliases
# GIT
# --------------------------------------------
alias ga="git add"
alias gaa="git add ."
alias gc="git commit -m "
alias gp="git push github"
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