Skip to content

Instantly share code, notes, and snippets.

@lukalopusina
Last active June 9, 2021 15:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save lukalopusina/744133f268a51f47187050a66d3fb569 to your computer and use it in GitHub Desktop.
Save lukalopusina/744133f268a51f47187050a66d3fb569 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