-
Notifications
You must be signed in to change notification settings - Fork 2
Page 5: For More Resources
Taylor Reynolds edited this page May 17, 2020
·
1 revision
This page contains links to good (external) tutorials and some more advanced features that you may want to read up on.
- For something visual: https://learngitbranching.js.org/
- For a very complete reference guide: https://git-scm.com/
- Atlassian is always good for this stuff: https://www.atlassian.com/git/tutorials
For those working on very active repositories or any admins who lead software-based subsystems, you will want to look into the following additional things (just google "git " and pick your way through the results -- you're on your own to explore now.
- Gitignore files
- Rebasing
- Git log files
- Git diff
- Git submodules