If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
8,036 views • May 9, 2023 • #itjob #IT #softwaretesting
Show less
Розберемо GIT на пальцях. Ознайомимося з основними командами init, clone, pull, status, add, commit, push, branch, checkout... Створимо репозиторій на github. Симулюємо робочий процес розробника та тестувальника. Розребемо поняття merge, pull request, conflict...
Бажано (але не обов'язково) перед переглядом цієї лекції вже бути ознайомленим з Bash. Лекція про Bash: • BASH / SHELL / Terminal з нуля до мід...
📹Плейлист з іншими лекціями: • Продвинутый Курс Тестирование ПО с ну...
⏩ Навігація:
00:00 👋 Вступ + рекомендація
03:55 Що таке VCS? Навіщо треба GIT?
06:52 Що таке environment?
09:35 Встановлення GIT CLI, gitbash, VS Code
14:13 Створення репозиторію на github
19:45 git clone url_to_repo
24:28 git pull
26:05 git status
29:45 git add file.js
32:37 git commit -m 'message'
37:38 git push origin main
42:32 Що таке branch? git branch
49:33 git checkout [-b] my_branch
53:08 симуляція роботи
1:01:40 створення pull request
1:13:35 git…...more