Skip to content

Commit

Permalink
Merge pull request #123 from Clever/update-dev-handbook-readme
Browse files Browse the repository at this point in the history
Update dev handbook readme
  • Loading branch information
prime-time authored May 23, 2019
2 parents 8ab98b2 + ce22b49 commit 10ddb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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:

- [Atlassian git tutorial](https://www.atlassian.com/git/tutorial/git-basics) - Covers the basics of configuring git and creating/cloning repos
- [git - the simple quide](http://rogerdudler.github.io/git-guide/) - Introduces branches and pushing
- [what is git](https://www.atlassian.com/git/tutorials/what-is-git) - Background info on git, and some its benefits
- [git - the simple guide](http://rogerdudler.github.io/git-guide/) - Introduces branches and pushing
- [gittutorial](http://git-scm.com/docs/gittutorial) - A little more detail on all this stuff
- [Interactive git](https://pcottle.github.io/learnGitBranching/) - With visualizations of branching, committing, etc
- [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
Expand Down

0 comments on commit 10ddb99

Please sign in to comment.