-
-
Notifications
You must be signed in to change notification settings - Fork 72
Learning Resources for Git
Abhishek Uniyal edited this page Jan 11, 2020
·
1 revision
The following tutorials are the bare minimum which will help you get started:
-
Git: https://learngitbranching.js.org/ -- try the following levels:
- Level 1,2,3 from the introduction sequence, and
- Level 1,2,3,4,5,6 from Push and Pull Git remotes.
- GitHub: Intro to GitHub
These tutorials are for slightly more advanced topics, which are good to learn, but not necessary in order to make your first PR.
- Git: the other levels from https://learngitbranching.js.org/
- Visualizing Git: https://git-school.github.io/visualizing-git/
- GitHub: Managing merge conflicts