diff options
| author | 2016-07-04 01:16:41 +0200 | |
|---|---|---|
| committer | 2016-07-04 01:16:41 +0200 | |
| commit | e66a03902ed83f0d517340f295b805c3005265a9 (patch) | |
| tree | be1ca06ad0e482380b994b3efbc67b56482677cf /git | |
| parent | 6e0504898ee6194ef489bac757a663fd78d89b5f (diff) | |
| download | dotfiles-e66a03902ed83f0d517340f295b805c3005265a9.tar.gz dotfiles-e66a03902ed83f0d517340f295b805c3005265a9.tar.bz2 dotfiles-e66a03902ed83f0d517340f295b805c3005265a9.zip | |
Set default push to simple
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 3b22d84..6b7d6bf 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -9,4 +9,4 @@ | |||
| 9 | ls = ls-files | 9 | ls = ls-files |
| 10 | serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ | 10 | serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ |
| 11 | [push] | 11 | [push] |
| 12 | default = matching | 12 | default = simple |
