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

Automatically Sync Git Repos

Results 12 git-auto-sync issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce:** * disconnect from VPN (I guess simple internet disconnect would do too) * change any file * call git-auto-sync sync * * it should give an error...

macOS Monterey 12.5, M1 Mac I've set up `git-auto-sync` and it has successfully synced my repo, then I added the repo to the daemon. When I run `git-auto-sync daemon status`...

Hi Vishesh, I just installed git-auto-sync on my Ubuntu 22.04.1 LTS as described in the Installation section for Ubuntu/Debian. Installation worked without issue. I added a couple of respositories I...

Windows 10 user here: After making sure that git-auto-sync sync works. I used the "daemon add" command to add my repository. Using "daemon status" shows: ``` git-auto-sync-daemon is Running! Monitoring...

update service mod to fix this problem https://github.com/GitJournal/git-auto-sync/issues/16

I ran `git-auto-sync d add ` and I am getting: ``` Installing git-auto-sync as a daemon Starting git-auto-sync-daemon 2022/05/15 13:54:16 The dependency service does not exist or has been marked...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20200622213623-75b288015ac9&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201021035429-f5854403a974 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20201021035429-f5854403a974&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

I set up auto-sync a few months ago (for some shared Org mode files) and it seemed to be running well since then. However, late last month it seems to...

Right now, every save on my text file, a git commit is created. This will build up over time as I make intermittent saves while editing a text file. Can...