Updated config
This commit is contained in:
parent
03d943541d
commit
52cc73aed5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ alias gc "git clone"
|
||||||
alias gd "git diff --ignore-space-at-eol"
|
alias gd "git diff --ignore-space-at-eol"
|
||||||
alias gl "git log --oneline"
|
alias gl "git log --oneline"
|
||||||
alias gp "git pull"
|
alias gp "git pull"
|
||||||
|
alias gpr "find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;"
|
||||||
alias gs "git status"
|
alias gs "git status"
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue