diff -r bb2f6fcce8d4 -r 0d9703b4a428 git.rst --- a/git.rst Sun Feb 12 15:30:17 2017 +0200 +++ b/git.rst Sun Feb 12 23:30:56 2017 +0200 @@ -6,16 +6,14 @@ .. contents:: :local: -Setup git. -========== +Setup git +========= -Debian. -------- +Debian +------ +:: -For Etch Degian release use git-core package from backports, -old 1.4 version of git very dumb compared to new version 1.5:: - - $ sudo apt-get install git-core + $ sudo apt-get install git After install setup some options:: @@ -26,10 +24,12 @@ name = Oleksandr Gavenko mail = gavenkoa@gmail.com -Cygwin. -------- +Cygwin +------ +:: $ setup.exe -p git + $ apt-cyg install git git over proxy. =============== @@ -43,8 +43,8 @@ $ git config http.proxy http://$user:$passwd@$ip:$port -Start your project. -=================== +Start project with git +====================== Setup proj space on fs::