updated git.sh

pull/2/head
Hari Sekhon 5 years ago
parent 315cef1d4b
commit 773545063b

@ -55,7 +55,7 @@ alias branch="githg branch"
alias br=branch
alias tag="githg tag"
alias um=updatemodules
alias gitgc="git gc --aggressive"
alias gitgc="du -sh .git; git gc --aggressive; du -sh .git"
alias gbrowse=gitbrowse
type browse &>/dev/null || alias browse=gbrowse

Loading…
Cancel
Save