Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 439 Bytes

topics.md

File metadata and controls

26 lines (14 loc) · 439 Bytes

TOPICS

-> Intro to Version Control Systems

-> Centralized Version Control Systems

-> Decentralized Version Control Systems

-> Intro to Git

-> Working of Git (Snapshots,Local operations,integrity) and the Three stages

-> Create a repository in Git

-> Cloning a repository

-> Track,stage,commit (add,commit,status,diff,log)

-> Unstaging and Unmodifying files

-> Remotes

-> Branches

-> Fetching, merging, pulling, pushing