You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
On the initial sync, the sync procedure is overly cautious and views some untracked files as a conflict. For example .gitinore files must be added and stashed before git-sync-changes can be run.
A fix should be made so that intended untracked files do not have to be added and stashed before doing the initial run of git-sync-changes.
On the initial sync, the sync procedure is overly cautious and views some untracked files as a conflict. For example
.gitinorefiles must be added and stashed beforegit-sync-changescan be run.A fix should be made so that intended untracked files do not have to be added and stashed before doing the initial run of git-sync-changes.