Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donomii authored Dec 23, 2018
1 parent 29cf867 commit 0ba3a05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Searches your drive for git repositories, and tells you if they need to be commi

I have a lot of git repositories, and I often work on them when I'm not connected to the internet, e.g. on a plane. 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.

GitRemind now features an experimental text mode UI, to automate committing and pushing your changes.
GitRemind now features two experimental user interfaces. One text mode, and one graphical.

# Building

Expand All @@ -20,7 +20,3 @@ GitRemind now features an experimental text mode UI, to automate committing and
./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.

# UI

Select the repository you want to examine, then press enter twice to commit and push it.

0 comments on commit 0ba3a05

Please sign in to comment.