Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== git gui ====== :!: be sure to read [[git on windows]] to get a nice working git gui from cygwin on windows ===== loose objects warning ===== - run this to tell git you want to ignore these warnings<code> git config --global gui.gcwarning false </code> - the warning is actually an indication that you might want to cleanup your repo, so if you keep the warning you may want to run this when you see it<code> git gc --prune=now </code> - http://git-scm.com/book/en/Git-Internals-Maintenance-and-Data-Recovery docs/git/git_gui.txt Last modified: 2013/07/01 11:39by billh