-
Notifications
You must be signed in to change notification settings - Fork 459
Git Essentials
ifrasch edited this page Jun 7, 2016
·
6 revisions
This is a collections of a few URLs that we have found useful. Be sure to review these if you're new to git, github, or submitting patches and pull requests.
If your pull requests are squashed to a single commit or very few commits that are easy to merge in, it will increase the likelihood that that they will get accepted in a timely fashion.
- How to GitHub: Fork, Branch, Track, Squash and Pull Request by Rich Jones
- A successful Git branching model by Vincent Driessen
- How to create and apply a patch with Git by Ariejan de Vroom
- Resolving git conflicts by The Git Guys
- Git Immersion - A Guided tour through Gitland
- Git manual from Stanford
- Most common git screwups/questions and solutions
- Git tutorial from Atlassian