bash_aliases: git config: use new push.default of "upstream"
This commit is contained in:
parent
37b03c03f2
commit
fece6b4e29
@ -155,7 +155,7 @@ function git-config-joshs()
|
|||||||
git config --global alias.wdiff 'diff --word-diff=color'
|
git config --global alias.wdiff 'diff --word-diff=color'
|
||||||
git config --global alias.mktar '!function f { name="$1"; pos="$2"; if [ "$pos" == "" ]; then pos=HEAD; fi; git archive --prefix="$name"/ "$pos" | bzip2 > ../"$name".tar.bz2; }; f'
|
git config --global alias.mktar '!function f { name="$1"; pos="$2"; if [ "$pos" == "" ]; then pos=HEAD; fi; git archive --prefix="$name"/ "$pos" | bzip2 > ../"$name".tar.bz2; }; f'
|
||||||
git config --global alias.mktarxz '!function f { name="$1"; pos="$2"; if [ "$pos" == "" ]; then pos=HEAD; fi; git archive --prefix="$name"/ "$pos" | xz > ../"$name".tar.xz; }; f'
|
git config --global alias.mktarxz '!function f { name="$1"; pos="$2"; if [ "$pos" == "" ]; then pos=HEAD; fi; git archive --prefix="$name"/ "$pos" | xz > ../"$name".tar.xz; }; f'
|
||||||
git config --global push.default tracking
|
git config --global push.default upstream
|
||||||
if [ -e /bin/cygwin1.dll ]; then
|
if [ -e /bin/cygwin1.dll ]; then
|
||||||
git config --global alias.bcdiff 'difftool -y -t bc2'
|
git config --global alias.bcdiff 'difftool -y -t bc2'
|
||||||
git config --global alias.bcdiffc 'difftool -y -t bc2 --cached'
|
git config --global alias.bcdiffc 'difftool -y -t bc2 --cached'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user