Skip to content

Instantly share code, notes, and snippets.

@ElHacker
Created February 27, 2021 00:43
Show Gist options
  • Save ElHacker/1fe59bb03f536fb1428ec758d9ac1852 to your computer and use it in GitHub Desktop.
Save ElHacker/1fe59bb03f536fb1428ec758d9ac1852 to your computer and use it in GitHub Desktop.
# aliases for git
alias gs="git status"
alias gh="git h"
alias gha="git ha"
alias gd="git diff"
alias gds="git diff --staged"
alias gai="git add -i"
alias gpo="git push origin master"
alias gcm="git commit -m"
alias gap="git add -p"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment