Skip to content

Instantly share code, notes, and snippets.

@finchandfriends
Created February 1, 2018 07:44
Show Gist options
  • Save finchandfriends/dc242a3c8438fe9210c1642d5feb55b5 to your computer and use it in GitHub Desktop.
Save finchandfriends/dc242a3c8438fe9210c1642d5feb55b5 to your computer and use it in GitHub Desktop.
alias gs="git status"
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(blue)<%an>%Creset' --abbrev-commit"
alias ga="git add"
alias gaa="git add ."
alias gc="git commit -m"
alias gca="git commit --amend"
alias gb="git branch"
alias gch="git checkout"
alias gp="git push"
alias gpm="git push origin master"
alias gpd="git push dev master"
alias cc="clear && printf '\e[3J'"
alias ls="ls -GFh"
alias la="ls -GFhal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment