Skip to content

Instantly share code, notes, and snippets.

@matinkaboli
Created July 19, 2018 05:02
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 matinkaboli/8a28eff048c644e3d1ce089478e7ce9a to your computer and use it in GitHub Desktop.
Save matinkaboli/8a28eff048c644e3d1ce089478e7ce9a to your computer and use it in GitHub Desktop.
My Git Aliases
alias ga='git add'
alias gaa='git add .'
alias gst='git status'
alias gcam='git commit -m'
alias gp='git push'
alias gl='git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment