Pierre-Yves Barriat 9ace9ae840 Last improvements on exercises | 2 years ago | |
---|---|---|
.. | ||
img | 2 years ago | |
README.md | 2 years ago | |
getting_started.sh | 2 years ago | |
git-cheat-sheet.pdf | 6 years ago | |
git-refcard.pdf | 6 years ago | |
github-git-cheat-sheet.pdf | 6 years ago | |
tricky.md | 2 years ago |
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):
You should use Visual Studio Code as default editor.
Setup of Git GUI’s: download and install TortoiseGit from tortoisegit.org
Select OpenSSH for the SSH Client and just put "ssh.exe"
Download a Git installer here.
Keep all options "By default" during installation
Now, open a terminal and use Git as you do on Linux...
Here are a few commands that you may not know yet, or that offer options you haven’t been aware of so far.