Add a configuration variable to control git arguments (fix #193)

This commit is contained in:
Roey Darwish Dror
2019-09-04 21:31:23 +03:00
parent 8c00f1f247
commit c3a979caec
4 changed files with 59 additions and 41 deletions

View File

@@ -13,6 +13,9 @@
# Arguments to pass SSH when upgrading remote systems
#ssh_arguments = "-o ConnectTimeout=2"
# Arguments to pass Git when pulling Repositories
#git_arguments = "--rebase --autostash"
# Commands to run before anything
#[pre_commands]
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"