Tutorial: Introduction To Git

From Lorekeeper Wiki
Revision as of 00:31, 1 February 2021 by Wych(Witch) (talk | contribs) (The bare basics)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is Git? How does it work?

Git is essentially a piece of software that saves all changes ever made to a file, but it can do so much more than just that. Let's break down the 7 common uses for Git.

Commits

Switching current head.

Pulling andPushing from/to remote Git

Creating a new Branch

Merging someone else's changes.


Why is Git used for Lorekeeper?

Tips and Tricks

Resources and Additional reading links