mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Fix, should not be an alias, but just a command
This commit is contained in:
@@ -36,7 +36,7 @@ vercomp () {
|
|||||||
vercomp "1.7.11" `git --version|awk '{ print $3 }'`
|
vercomp "1.7.11" `git --version|awk '{ print $3 }'`
|
||||||
case $? in
|
case $? in
|
||||||
0) op='=';;
|
0) op='=';;
|
||||||
1) alias git='git config --global push.default matching';; # op='>';;
|
1) git config --global push.default matching; git config --global pull.default matching ;; # op='>';;
|
||||||
2) op='<';;
|
2) op='<';;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user