git-sync icon indicating copy to clipboard operation
git-sync copied to clipboard

Safe and simple one-script git synchronization

Results 6 git-sync issues
Sort by recently updated
recently updated
newest added

Hello, Thanks a lot for writing a great utility and usual apologies for not being very good with understanding linux. I'm trying to use a modified version of `git-sync-on-inotify` and...

question

(this builds on my earlier PR - let's land that and then I'll rebase this on top of it. I'm only creating this now in order to give a preview...

The new option “gitSyncMethod” defaults to “rebase,” but you can set it to “merge” for the script to merge instead of rebase when repositories have diverged. Another new option, “syncUseNotify,”...

enhancement

The current implementation of git-sync-on-inotify syncs continuously whenever an edit is made. This modification ensures that the sync waits until GIT_SYNC_INTERVAL until the next sync is made, thus reducing the...

Hi, thanks for the useful tool! My issue is that `contrib/git-sync-on-inotify` fails to get the remote URL which is used in the following line in the script: ``` echo "Syncing...