Skip to content

Configuration

Ibrahim Serdar Acikgoz edited this page Dec 10, 2018 · 4 revisions

gitbatch can be optionaly pre-configured via a configuration file. The config file is located in:

  • ~/.config/gitbatch # for linux
  • ~/Library/Application Support/gitbatch #for darwin(macos)
  • %APPDATA\gitbatch # for windows

config.yml is the name of the config file and it is in YAML format. The file currently can hold two types of configuration argument. These are

mode: <mode> # can be fetch, pull, merge
paths: # give absolute path(s) as below and avoid using '~' or environment variables
- </path/to/your/directory1>
- </path/to/your/directory2>
...

p.s. if you want to ignore config, start `gitbatch` with `-i` flag
Clone this wiki locally