You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-workflow.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
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:
4
4
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
7
7
-[gittutorial](http://git-scm.com/docs/gittutorial) - A little more detail on all this stuff
8
8
-[Interactive git](https://pcottle.github.io/learnGitBranching/) - With visualizations of branching, committing, etc
9
9
-[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