Skip to content
Snippets Groups Projects
Commit 93af014c authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

add windows installation and configuration notes

parent 2af73cc6
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,13 @@ sudo apt-get install git ...@@ -65,7 +65,13 @@ sudo apt-get install git
``` ```
### installation on windows ### 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 ### navigate and manipulate on cli
- pwd - pwd
...@@ -84,6 +90,7 @@ git config --global user.name "Your Name" ...@@ -84,6 +90,7 @@ git config --global user.name "Your Name"
git config --global user.email "your.name@idiv.de" git config --global user.email "your.name@idiv.de"
``` ```
- eventually additionally configuration for windows/linux/mac stuff - eventually additionally configuration for windows/linux/mac stuff
- line break configuration done during install for windows
- eventually mention difference global local - eventually mention difference global local
## short break (optional) ## short break (optional)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment