Introduction to Git Workshop

From SdNOG wiki
Revision as of 15:55, 11 February 2020 by Sara.alamin (talk | contribs) (Created page with "This workshop is an introduction to version control systems with Git. Version control systems are tools that keep track of the changes made on a document, and help version and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This workshop is an introduction to version control systems with Git. Version control systems are tools that keep track of the changes made on a document, and help version and merge files. They allow the user to decide which changes make up the next version, and keep useful data about them. Version control systems are usually used by developers and people who write code, but are very useful also for people working with documents in general. It is especially helpful for collaborative work with more than one person working on the same file.