Add information for git install under Windows

also a link to git reference and git cheat sheet my helpful

Change-Id: I972be81637f2756f08a9aaa23f613633fba09d04
This commit is contained in:
Frank Kloeker 2017-11-03 23:06:26 +01:00
parent 80531454a0
commit 3f8f463d9e
1 changed files with 19 additions and 0 deletions

View File

@ -52,6 +52,23 @@ For SUSE distributions open a terminal and type::
sudo zypper in git
Windows
^^^^^^^
`Windows Subsystem for Linux (WSL) <https://msdn.microsoft.com/en-us/commandline/wsl/about>`_
is available in Windows 10 Anniversary Update or later (build 1607+).
There is the possibility to install and run modern Linux Operating Systems:
* `Ubuntu 16.04 <https://www.microsoft.com/en-us/store/p/ubuntu/9nblggh4msv6>`_
* `openSUSE Leap 42 <https://www.microsoft.com/en-us/store/p/opensuse-leap-42/9njvjts82tjx>`_
* `SLES 12 <https://www.microsoft.com/en-us/store/p/suse-linux-enterprise-server-12/9p32mwbh6cns>`_
All common tools like bash, git, and SSH will work out of the box.
Although Git `download page <https://git-scm.com/downloads>`_ provides Windows
installation binary, most OpenStack development tools (e.g., git-review)
unfortunately will not work well on Windows environment.
Configure Git
-------------
@ -224,3 +241,5 @@ Learning Git
You can use `Git Immersion <http://gitimmersion.com/lab_02.html>`_ to work
through tutorials for learning git.
For reference, use the `Git Reference and Cheat Sheet <https://git-scm.com/doc>`_.