the-book-of-secret-knowledge/lib/aliases/git

5 lines
119 B
Plaintext
Raw Normal View History

alias git.a='git add'
alias git.show='git log --oneline --decorate --graph --all'
alias git.pm='_ana_git_pull master'