diff options
author | Alan Pearce | 2013-12-09 13:24:34 +0000 |
---|---|---|
committer | Alan Pearce | 2013-12-09 13:28:22 +0000 |
commit | 11b28667fd2c59a7c8e4a81a255756c0de8cdd57 (patch) | |
tree | bb5b8a7269da65f9095c19b1afbab792cc5cac1e /gitconfig | |
parent | e57133d03169210ebd324ece3ff3eca89e3d2a15 (diff) | |
download | nixfiles-11b28667fd2c59a7c8e4a81a255756c0de8cdd57.tar.lz nixfiles-11b28667fd2c59a7c8e4a81a255756c0de8cdd57.tar.zst nixfiles-11b28667fd2c59a7c8e4a81a255756c0de8cdd57.zip |
Change git push default tracking for backwards compatibility
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index a31439e2..38dc9a3a 100644 --- a/gitconfig +++ b/gitconfig @@ -7,7 +7,7 @@ status = auto ui = true [push] - default = simple + default = tracking [alias] st = status -sb ci = commit |