|
|
|
@ -25,41 +25,24 @@ |
|
|
|
|
### File Management on Windows |
|
|
|
|
|
|
|
|
|
- download favorite text editor |
|
|
|
|
|
|
|
|
|
- example: https://atom.io/ |
|
|
|
|
- run with [Admin](https://www.youtube.com/watch?v=nNVdaJXYCbA) rights |
|
|
|
|
|
|
|
|
|
- Install Git for Windows |
|
|
|
|
|
|
|
|
|
- Download the executable Git file from git-scm.com/download |
|
|
|
|
|
|
|
|
|
- Download from [git-scm.com/download](https://git-scm.com/download) |
|
|
|
|
- Run the installation file with [Administrator](https://www.youtube.com/watch?v=nNVdaJXYCbA) rights |
|
|
|
|
|
|
|
|
|
- Choose an appropriate installation location such as C:\_tools\git |
|
|
|
|
|
|
|
|
|
- Install the default components, including Git GUI Here and Git Bash Here |
|
|
|
|
|
|
|
|
|
- Choose default location of 'start menu folder' |
|
|
|
|
|
|
|
|
|
- Choose your preferred Git default editor. |
|
|
|
|
|
|
|
|
|
- For example, choose Atom.io, if that's your preferred, and installed text editor. |
|
|
|
|
|
|
|
|
|
- For example, choose Atom.io, if that's your preferred, and installed text editor. |
|
|
|
|
- Choose recommended 'path environment' |
|
|
|
|
|
|
|
|
|
- use openSSL library |
|
|
|
|
|
|
|
|
|
- Accept the default line ending conversion for Unix and Windows compatibility |
|
|
|
|
|
|
|
|
|
- Use MinTTY |
|
|
|
|
|
|
|
|
|
- Default (fast-forward or merge) |
|
|
|
|
|
|
|
|
|
- Extra options |
|
|
|
|
|
|
|
|
|
- Enable file system caching |
|
|
|
|
- Enable GIT Credential Manager |
|
|
|
|
|
|
|
|
|
- Enable file system caching |
|
|
|
|
- Enable GIT Credential Manager |
|
|
|
|
- Click Finish to complete the install. |
|
|
|
|
|
|
|
|
|
- A few Windows configurations... |
|
|
|
@ -96,8 +79,6 @@ |
|
|
|
|
- Github: https://github.com/join |
|
|
|
|
- Gitlab: https://gitlab.com/users/sign_up |
|
|
|
|
|
|
|
|
|
- Download and install https://desktop.github.com/ |
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
### Cloning a Repo for the First Time |
|
|
|
|