Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.78 KB

README.md

File metadata and controls

17 lines (16 loc) · 1.78 KB

GIT Concepts and Frequently Used Commands.

Learn all GIT concepts and get ready to use them in your day to day programming life.

  1. Know what is git, local and remote repositories, the frequently used git commands, git command flows, and their usage.

  2. An alias to a specific commit in the git commit history

  3. These Two Git commands can solve difficult problems easily.

  4. Add a remote repository, change the remote repository and delete the branch. Git commands every developer should know

  5. Know how to make a single commit for multiple check-ins.

  6. Know the difference between git reset — soft, — mixed, and — hard.

  7. Know the differences between git rebase and git merge and their workflow.