| Sites: Git 1: |
| 1 | ** Git How To ^ it's an interactive course, which introduce us with basics ^ it's a powerful and complicated distributed system of control of versions * 1. Preparation after installing Git on your PC ^ Aim a) here full readiness to work with Git ^ Installing "name" and "email" a) git config --global user.name "Your Name" b) git config --global user.email "alexander.phrolov86@mail.ru" ^ Parametres of installing finished lines a) git config --global core.autocrlf true b) git config --global core.safecrlf warn ^ Installing displaying unicode a) git config --global core.quotepath off |
Комментарии