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 | |
parent | ac598b584f7f712414835388f7083d9d5d03fd41 (diff) | |
download | dotfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.tar.lz dotfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.tar.zst dotfiles-01790538eeb0bbd0a5be4716fa6187e6350a9e89.zip |
Switch default push tracking mode to current
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 38dc9a3..0915a23 100644 --- a/gitconfig +++ b/gitconfig @@ -7,7 +7,7 @@ status = auto ui = true [push] - default = tracking + default = current [alias] st = status -sb ci = commit |