File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
push.default::
2
2
Defines the action `git push` should take if no refspec is
3
- explicitly given. Different values are well-suited for
3
+ given (whether from the command-line, config, or elsewhere).
4
+ Different values are well-suited for
4
5
specific workflows; for instance, in a purely central workflow
5
6
(i.e. the fetch source is equal to the push destination),
6
7
`upstream` is probably what you want. Possible values are:
7
8
+
8
9
--
9
10
10
11
* `nothing` - do not push anything (error out) unless a refspec is
11
- explicitly given. This is primarily meant for people who want to
12
+ given. This is primarily meant for people who want to
12
13
avoid mistakes by always being explicit.
13
14
14
15
* `current` - push the current branch to update a branch with the same
You can’t perform that action at this time.
0 commit comments