Skip to content

Instantly share code, notes, and snippets.

@montrealist
Created June 20, 2020 22:05
Show Gist options
  • Save montrealist/1dd4dbe0ec58e4815f89f7f446bce4f0 to your computer and use it in GitHub Desktop.
Save montrealist/1dd4dbe0ec58e4815f89f7f446bce4f0 to your computer and use it in GitHub Desktop.
alias.gip=git pull
alias.df=diff
alias.br=branch --all
alias.st=status
alias.plog=log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
alias.ac=!git add -A && git commit
alias.pom=push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment