https://github.com/donomii/gitremind
Make sure all local repositories have been committed and pushed
https://github.com/donomii/gitremind
commit git manage push recursive repository search
Last synced: 5 months ago
JSON representation
Make sure all local repositories have been committed and pushed
- Host: GitHub
- URL: https://github.com/donomii/gitremind
- Owner: donomii
- License: gpl-3.0
- Created: 2017-04-24T05:04:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T19:48:52.000Z (over 3 years ago)
- Last Synced: 2025-04-09T23:09:51.919Z (about 1 year ago)
- Topics: commit, git, manage, push, recursive, repository, search
- Language: Go
- Size: 11.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/donomii/gitRemind) [](https://godoc.org/github.com/donomii/gitRemind)
# gitRemind
Searches your drive for git repositories, and tells you if they need to be committed or pushed.
I have a lot of git repositories, and I at the end of the night I have 10 or more repositories to update. Then I forget to upload my changes, and end up with merge conflicts or missing work. So I wrote gitRemind to check all my repositories and remind me to sync them.
# Building
go get github.com/donomii/gitRemind
# Use
./gitRemind
./gitRemind --gui
gitRemind will recursively search every directory under the current one. If it finds a git repository, it does a git status, and if there are changed files or you are ahead of the master branch, it will tell you.