Skip to content
Ibrahim Serdar Acikgoz edited this page May 17, 2019 · 5 revisions

Gitbatch is a modal application like vim so adding queue (marking repositories) depends on application mode. The queued repository will have a colored dot as same color with the mode color so that people can understand which repository will be fetch/merge/pull etc.

  • FETCH: fetches the selected remote e.g. Origin, Upstream, etc.
  • PULL: fetches the selected remote and merges selected upstream into active branch e.g. origin/master → master
  • MERGE: merges the upstream into active branch e.g. origin/master → master
  • CHECKOUT: checkout to target branch e.g. heads/develop → heads/master
Clone this wiki locally