@webreaver01 You think too much like a windows user. Just delete the c:\mysisgit folder. Yeah it really is that simple. Delete the configs in your user folder and you are all set. Unlike windows apps, git could careless about your registry, therefor you do not need an uninstall app just to accomplish this seemingly easy process. How you like windows 7 now?
@dumbpeopleannoyme , thanks for the response. I was able to remove and re-install it. As for the Windows 7, different UI interface, but most of the stuffs are the same. I just this for my full time job. :) Happy holidays!
A couple of changes. At 6:15 move the keepBackup and trustExitCode into its own [mergetool] heading in the config. Also, change the "$BASE "$LOCAL" to "$MERGED" "$REMOTE". I'm still learning about merges. I think this is right?
Thanks!
LeandroRibeiroSilva 3 months ago
how do you uninstall Git from windows 7? I couldn't seem to find any good documentation for this.
webreaver01 3 months ago
@webreaver01 You think too much like a windows user. Just delete the c:\mysisgit folder. Yeah it really is that simple. Delete the configs in your user folder and you are all set. Unlike windows apps, git could careless about your registry, therefor you do not need an uninstall app just to accomplish this seemingly easy process. How you like windows 7 now?
dumbpeopleannoyme 2 months ago
@dumbpeopleannoyme , thanks for the response. I was able to remove and re-install it. As for the Windows 7, different UI interface, but most of the stuffs are the same. I just this for my full time job. :) Happy holidays!
webreaver01 2 months ago
Dude, the sound level in this video is way to low! I can't hear you properly.
jknightstudio 10 months ago
A couple of changes. At 6:15 move the keepBackup and trustExitCode into its own [mergetool] heading in the config. Also, change the "$BASE "$LOCAL" to "$MERGED" "$REMOTE". I'm still learning about merges. I think this is right?
[mergetool "winmerge"] cmd = winmerge.sh "$MERGED" "$REMOTE"
[mergetool] keepBackup = false trustExitCode = false
stewshack 1 year ago