Basic To Advanced Selenium Java Full Course - Session 6 - Git Commands, SSH & GiHub

Опубликовано: 04 Июнь 2022
на канале: QASCRIPT
3,142
17

Git Basics:
Git is an open source distributed version control system
It is used to track changes in any set of files

Git Commands:
git init - create a new local repository
git clone - check out a repository
git add all - add all new files to staging
git commit m “commit message” - Commit changes to local repository
git push origin master - push changes to master branch of remote repository
git status - files which are changed
git remote add origin - connect to a remote repository
git pull - Fetch and merge changes on the remote repository to working directory
git diff - View all merge conflicts
git reset hard origin/master - Reset the changes


На этой странице сайта вы можете посмотреть видео онлайн Basic To Advanced Selenium Java Full Course - Session 6 - Git Commands, SSH & GiHub длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь QASCRIPT 04 Июнь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 3,142 раз и оно понравилось 17 зрителям. Приятного просмотра!