Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 518 Bytes

Example

Git Commands: init -> initialize a git repo status -> check the status add -> add a file to be saved commit -> save the current work push -> save to github

clone -> copy from github rm -> remove a file log -> see the history reset -> revert a commit

checkout -> move from one branch to another branch -> list all the branches locally or remotely merge -> merge one branch into another fetch -> look for new changes in remote pull -> bring changes from remote branch into local