Skip to content

Make sure all local repositories have been committed and pushed

License

Notifications You must be signed in to change notification settings

donomii/gitRemind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

470748c · Oct 28, 2022

History

96 Commits
Nov 21, 2017
Mar 28, 2021
Apr 8, 2021
Oct 28, 2022
Nov 1, 2018
Mar 29, 2021
Apr 24, 2017
May 16, 2020
Dec 2, 2021

Repository files navigation

Build Status GoDoc

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.