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.