Back to Browse

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

3.1K views
Jun 4, 2022
25:52

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

Download

0 formats

No download links available.

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