diff options
author | Alan Pearce | 2014-04-01 14:51:59 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-01 14:51:59 +0100 |
commit | 01790538eeb0bbd0a5be4716fa6187e6350a9e89 (patch) | |
tree | 2e153cc2cea2bfcb34f994516173bbd1bcfd9000 /gitconfig | |
parent | ac598b584f7f712414835388f7083d9d5d03fd41 (diff) | |
download | nixfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.tar.lz nixfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.tar.zst nixfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.zip |
Switch default push tracking mode to current
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 38dc9a3a..0915a234 100644 --- a/gitconfig +++ b/gitconfig @@ -7,7 +7,7 @@ status = auto ui = true [push] - default = tracking + default = current [alias] st = status -sb ci = commit |