From 776c5af094a3b17efb7fa3ec133d7c697ad5f2f0 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Tue, 10 Apr 2012 16:33:50 +1000 Subject: [PATCH 1/2] Add a paragraph of hopefully-encouraging text from experiences of git on Windows --- text/35_Git_on_Windows/0_ Git_on_Windows.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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") From 0044c934a5007c9b08992ea0021030e063757fb7 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Tue, 10 Apr 2012 16:38:08 +1000 Subject: [PATCH 2/2] Fix links to gitk and git gui --- .../0_ Graphical_Git_gitgui_gitk.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ###