Pierre-Yves Barriat dbaf017bd5 New screenshots %!s(int64=7) %!d(string=hai) anos
..
1.png 7d92da1f40 Format pictures %!s(int64=7) %!d(string=hai) anos
10.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
11.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
12.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
13.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
14.png 11240570d2 New screenshots %!s(int64=7) %!d(string=hai) anos
15.png 11240570d2 New screenshots %!s(int64=7) %!d(string=hai) anos
16.png dbaf017bd5 New screenshots %!s(int64=7) %!d(string=hai) anos
17.png dbaf017bd5 New screenshots %!s(int64=7) %!d(string=hai) anos
18.png dbaf017bd5 New screenshots %!s(int64=7) %!d(string=hai) anos
2.png 7d92da1f40 Format pictures %!s(int64=7) %!d(string=hai) anos
3.png 7d92da1f40 Format pictures %!s(int64=7) %!d(string=hai) anos
4.png 7d92da1f40 Format pictures %!s(int64=7) %!d(string=hai) anos
5.png 7d92da1f40 Format pictures %!s(int64=7) %!d(string=hai) anos
6.png 385a3ca54d Adding clone windows %!s(int64=7) %!d(string=hai) anos
8.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
9.png a2b19c17b0 Updates %!s(int64=7) %!d(string=hai) anos
README.md 46c0012a70 Update 'resources/README.md' %!s(int64=7) %!d(string=hai) anos
getting_started.sh 6ac924a9f0 Refactor project %!s(int64=7) %!d(string=hai) anos
git-cheat-sheet.pdf 6ac924a9f0 Refactor project %!s(int64=7) %!d(string=hai) anos
git-refcard.pdf 6ac924a9f0 Refactor project %!s(int64=7) %!d(string=hai) anos
github-git-cheat-sheet.pdf 6ac924a9f0 Refactor project %!s(int64=7) %!d(string=hai) anos
tricky.md 6ac924a9f0 Refactor project %!s(int64=7) %!d(string=hai) anos

README.md

Git_Training

Git cheat sheet

Git for Windows or Mac OS X

Windows integration

Download and install Git for Windows from: gitforwindows.org

This installs a minimal Unix style shell (called git-bash), the basic OpenSSH tools as well as git.

During install select the following (for any other options given choose the defaults):

Git-Bash-A.png Git-Bash-B.png
Git-Bash-C.png Git-Bash-D.png
Git-Bash-E.png

Don't forget to launch "Git Bash" to generate your ssh keys: ssh-keygen -t rsa

Setup of Git GUI’s: download and install TortoiseGit from tortoisegit.org

Select OpenSSH for the SSH Client and just put "ssh.exe"

Git-Bash-A.png Git-Bash-B.png
Git-Bash-C.png Git-Bash-D.png
Git-Bash-E.png

Mac OS X

Download a Git installer here.

Keep all options "By default" during installation

Now, open a terminal and use Git as you do on Linux...

Tricky commands

Here are a few commands that you may not know yet, or that offer options you haven’t been aware of so far.

Tricky commands