46 lines
2 KiB
Text
46 lines
2 KiB
Text
There are many other resources about git online available:
|
|
|
|
[Tutorial: Learn Git Version Control using Interactive Browser-Based Scenarios](https://www.katacoda.com/courses/git)
|
|
|
|
: A great starting point for beginners.
|
|
|
|
[Book: Pro Git Book](https://git-scm.com/book/en/)
|
|
|
|
: A free book that covers just about everything Git has to offer \-\--
|
|
including its internals and advanced features. It contains far more
|
|
information than most users need to know, but its introduction to
|
|
the basics are a great resource for those new to git.
|
|
|
|
[Website: Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) and [Pull Request Workflow](https://www.atlassian.com/git/tutorials/making-a-pull-request)
|
|
|
|
: Overviews of common project workflows used within INM-7 and the
|
|
wider Open Source community.
|
|
|
|
[Video: Intro to Git and GitHub](https://youtu.be/PFwUHTE6mFc) and [The Basics of Git and GitHub](https://youtu.be/u6G3fbmpWr8)
|
|
|
|
: Step-by-step explanations of how to get started with git and GitHub.
|
|
|
|
[Website: GitHub Help](https://help.github.com)
|
|
|
|
: Help Portal for any questions you might have about using GitHub.
|
|
|
|
[Website: Git Reference Manual](https://git-scm.com/docs)
|
|
|
|
: Reference material that is suited for those who are already familiar
|
|
with git and seek detailed information on a specific features.
|
|
|
|
[Website: Commit Messages Guide](https://github.com/RomuloOliveira/commit-messages-guide)
|
|
|
|
: One view on how to write good commit messages.
|
|
|
|
[Website: Rewriting history](https://www.atlassian.com/git/tutorials/rewriting-history)
|
|
|
|
: Why one might want to rewrite good history, how to do so, and its
|
|
dangers.
|
|
|
|
[Website: Visualizing Git Concepts](https://onlywei.github.io/explain-git-with-d3/)
|
|
|
|
: An interactive git environment where a graph is drawn and modified
|
|
after each command is executed --- showing the git repository\'s
|
|
structure. Very useful for understanding the results of commit,
|
|
branch, checkout, pull, etc.
|