mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2025-02-12 20:47:50 +01:00
4 lines
119 B
Text
4 lines
119 B
Text
alias git.a='git add'
|
|
alias git.show='git log --oneline --decorate --graph --all'
|
|
|
|
alias git.pm='_ana_git_pull master'
|