forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 7
1. Настройка и работа с Git (Windows)
Fasjeit edited this page Jun 10, 2019
·
3 revisions
- Git for windows - https://git-scm.com/download/win
- TortoiseGit https://tortoisegit.org/
1 - Выкачиваем репозиторий: Git Clone, в url указать https://github.com/CryptoProLLC/corefx/
2 - Настраиваем upstream. Правой кнопкой на папку репозитория, TortoiseGit - settings - git:
- remote: upstream
- URL: https://github.com/dotnet/corefx.git
- Tags: Reachable
- Нажать Add New/Save
- Разрешить подтягивание меток (tags)
1 - Правой кнопкой на папку репозитория, TortoiseGit - Fetch:
- remote: upstream
2 - Правой кнопкой на папку репозитория, TortoiseGit - Pull:
- remote: upstream
3 - Разрешаем конфликты
4 - Заливаем изменения на origin: Правой кнопкой на папку репозитория, TortoiseGit - Push:
- remote: origin
Правой кнопкой на папку репозитория, TortoiseGit - Settings:
- Name: [githubUserName]
- Email: [githubEmailAddress]