mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 05:41:51 +01:00
add git-town config
This commit is contained in:
parent
00495ccacf
commit
f6e6e35d05
1 changed files with 46 additions and 16 deletions
|
@ -117,3 +117,33 @@
|
|||
path = host.config
|
||||
path = sendemail
|
||||
|
||||
# git-town aliases & config
|
||||
# https://www.git-town.com
|
||||
[alias]
|
||||
append = town append
|
||||
compress = town compress
|
||||
contribute = town contribute
|
||||
diff-parent = town diff-parent
|
||||
hack = town hack
|
||||
delete = town delete
|
||||
observe = town observe
|
||||
park = town park
|
||||
prepend = town prepend
|
||||
propose = town propose
|
||||
rename = town rename
|
||||
repo = town repo
|
||||
set-parent = town set-parent
|
||||
ship = town ship
|
||||
sync = town sync
|
||||
|
||||
[git-town]
|
||||
push-hook = true
|
||||
push-new-branches = false
|
||||
create-prototype-branches = false
|
||||
ship-strategy = api
|
||||
ship-delete-tracking-branch = false
|
||||
sync-tags = true
|
||||
sync-upstream = true
|
||||
perennial-branches = master
|
||||
sync-feature-strategy = rebase
|
||||
sync-perennial-strategy = rebase
|
||||
|
|
Loading…
Reference in a new issue