Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Config_Files
Commits
66002f96
Commit
66002f96
authored
Dec 02, 2013
by
Vincent Le gallic
Browse files
[gitconfig] git push en default sur matching
parent
50bf2cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitconfig
View file @
66002f96
...
@@ -29,3 +29,12 @@
...
@@ -29,3 +29,12 @@
# plusieurs proposition. Cette option fait que,
# plusieurs proposition. Cette option fait que,
# si il n'y a qu'un seul choix, il l'utilise au bout de 0.5 secondes
# si il n'y a qu'un seul choix, il l'utilise au bout de 0.5 secondes
autocorrect
=
5
autocorrect
=
5
[push]
# Comportement de "git push" mis par défaut à matching.
# matching signifie que 'git push' envoie automatiquement toutes
# les branches locales qui ont le même nom sur le dépôt distant
# simple signifierait que 'git push' n'enverrait que la branche courante
# vers celle qui aurait été récupérée par 'git pull' en vérifiant
# qu'elle a le même nom.
# (dans git 2.0, le comportement par défaut deviendra simple)
default
=
matching
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment