Skip to content

Commit 10ddb99

Browse files
authored
Merge pull request #123 from Clever/update-dev-handbook-readme
Update dev handbook readme
2 parents 8ab98b2 + ce22b49 commit 10ddb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-workflow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This document describes the workflow, conventions, and best practices we use with regard to Git. If you aren't already familiar with what Git does, how it works, and the basic commands (or you want a refresher), check out these links:
44

5-
- [Atlassian git tutorial](https://www.atlassian.com/git/tutorial/git-basics) - Covers the basics of configuring git and creating/cloning repos
6-
- [git - the simple quide](http://rogerdudler.github.io/git-guide/) - Introduces branches and pushing
5+
- [what is git](https://www.atlassian.com/git/tutorials/what-is-git) - Background info on git, and some its benefits
6+
- [git - the simple guide](http://rogerdudler.github.io/git-guide/) - Introduces branches and pushing
77
- [gittutorial](http://git-scm.com/docs/gittutorial) - A little more detail on all this stuff
88
- [Interactive git](https://pcottle.github.io/learnGitBranching/) - With visualizations of branching, committing, etc
99
- [Meta link - links to 6 more tutorials](http://sixrevisions.com/resources/git-tutorials-beginners) - Git magic (5) covers a lot of details glossed over by the previous links

0 commit comments

Comments
 (0)