Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two small changes: expired links, and a little info on Windows git #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion text/35_Git_on_Windows/0_ Git_on_Windows.markdown
Original file line number Diff line number Diff line change
@@ -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")
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down