mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-23 11:55:30 +00:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
alias git.a='git add'
|
||
|
alias git.show='git log --oneline --decorate --graph --all'
|
||
|
|
||
|
alias git.pm='_ana_git_pull master'
|