|
@@ -1,11 +1,21 @@
|
|
|
-# Windows integration
|
|
|
+# Git for Windows or Mac OS X
|
|
|
|
|
|
-## Getting started
|
|
|
+## Windows integration
|
|
|
|
|
|
-Install Git-2.14.1-64-bit.exe
|
|
|
+Download and install Git for Windows from: [gitforwindows.org](https://gitforwindows.org/)
|
|
|
+
|
|
|
+> Keep all options "By default" during installation
|
|
|
|
|
|
> Don't forget to launch "Git Bash" to generate your ssh keys: `ssh-keygen -t rsa`
|
|
|
|
|
|
-Install TortoiseGit-2.5.0.0-64bit.msi
|
|
|
+Download and install TortoiseGit from: [tortoisegit.org](https://tortoisegit.org/)
|
|
|
+
|
|
|
+> Select OpenSSH for the SSH Client and just put "ssh.exe"
|
|
|
+
|
|
|
+## Mac OS X
|
|
|
+
|
|
|
+Download a Git installer [here](https://sourceforge.net/projects/git-osx-installer/).
|
|
|
+
|
|
|
+> Keep all options "By default" during installation
|
|
|
|
|
|
-> Select OpenSSH for the SSH Client and just put "ssh.exe"
|
|
|
+Now, open a terminal and use Git as you do on Linux...
|