mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
Require pull to perform only ff and rebase
This commit is contained in:
parent
4323b792df
commit
2ce68edc65
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
whitespace = trailing-space space-before-tab
|
whitespace = trailing-space space-before-tab
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
ff = only
|
||||||
[alias]
|
[alias]
|
||||||
st = status -s -b
|
st = status -s -b
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue