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

Published: 04 June 2022
on channel: 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


On this page of the site you can watch the video online Basic To Advanced Selenium Java Full Course - Session 6 - Git Commands, SSH & GiHub with a duration of hours minute second in good quality, which was uploaded by the user QASCRIPT 04 June 2022, share the link with friends and acquaintances, this video has already been watched 3,142 times on youtube and it was liked by 17 viewers. Enjoy your viewing!