Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Working with Git

There are two ways to collaborate on a Git repository with Ethersync.

  • The first is a manual method, where .git is ignored.
  • The second one a more integrated (and more adventurous) method (which is activated with --sync-vcs), where you can commit and change branches together.

We will describe these in the following sections.