mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 20:44:14 +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
|
||||
[push]
|
||||
default = simple
|
||||
[pull]
|
||||
rebase = true
|
||||
ff = only
|
||||
[alias]
|
||||
st = status -s -b
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue