diff --git a/text/35_Git_on_Windows/0_ Git_on_Windows.markdown b/text/35_Git_on_Windows/0_ Git_on_Windows.markdown index b8ea7d55..60cafc0b 100644 --- a/text/35_Git_on_Windows/0_ Git_on_Windows.markdown +++ b/text/35_Git_on_Windows/0_ Git_on_Windows.markdown @@ -1,5 +1,9 @@ ## Git on Windows ## -(mSysGit) +(also mSysGit) + +Git provides a convenient Windows installer with mingw and bash, plus some shell integration facilities. +Be aware of newline issues when working across platforms (consider setting core.autocrlf to 'input' or 'true'); +otherwise, Git works the same way on Windows as it does anywhere else. [gitcast:c10-windows-git]("GitCast #10: Git on Windows") diff --git a/text/40_Graphical_Git_gitgui_gitk/0_ Graphical_Git_gitgui_gitk.markdown b/text/40_Graphical_Git_gitgui_gitk/0_ Graphical_Git_gitgui_gitk.markdown index 2317a67a..cb756079 100644 --- a/text/40_Graphical_Git_gitgui_gitk/0_ Graphical_Git_gitgui_gitk.markdown +++ b/text/40_Graphical_Git_gitgui_gitk/0_ Graphical_Git_gitgui_gitk.markdown @@ -8,13 +8,13 @@ read and/or maniplulate Git repositories. Git comes with two major GUI programs written in Tcl/Tk. Gitk is a repository browser and commit history visualization tool. -[gitk](http://www.kernel.org/pub/software/scm/git/docs/gitk.html) +[gitk](http://schacon.github.com/git/gitk.html) linkgit:git-gui[1] is a tool that helps you visualize the index operations, like add, remove and commit. It won't do everything you can do on the command line, but for many of the basic operations, it's pretty good. -[git gui](http://www.kernel.org/pub/software/scm/git/docs/git-gui.html) +[git gui](http://schacon.github.com/git/git-gui.html) ### Third Party Projects ###