Browse Source

git: set push.default to simple

master
Alejandro Mery 11 years ago
parent
commit
8b03402ecf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      files/.gitconfig

+ 2
- 0
files/.gitconfig

@ -13,3 +13,5 @@
st = status
cp = cherry-pick
ls = ls-files
[push]
default = simple

Loading…
Cancel
Save