From 93af014ca7a096d98feaf4b2cf5c577567118349 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dirk.sarpe@idiv.de> Date: Fri, 23 Sep 2016 15:20:10 +0200 Subject: [PATCH] add windows installation and configuration notes --- 0-Intro.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/0-Intro.md b/0-Intro.md index 552f54d..87484cc 100644 --- a/0-Intro.md +++ b/0-Intro.md @@ -65,7 +65,13 @@ sudo apt-get install git ``` ### installation on windows -[git project page](https://git-scm.com/) +- [Download](https://git-scm.com/download/win) + - choose 64 bit + - portable if you do not have admin rights +- default install options look OK +- Git Bash +- Windows Explorer context menue has *Git Bash Here* and *Git GUI Here* options +- Windows credential window will pop up when accessing remotes with authentication ### navigate and manipulate on cli - pwd @@ -84,6 +90,7 @@ git config --global user.name "Your Name" git config --global user.email "your.name@idiv.de" ``` - eventually additionally configuration for windows/linux/mac stuff + - line break configuration done during install for windows - eventually mention difference global local ## short break (optional) -- GitLab