-
I remember quite liking the interactive tutorial/game githug. And the github docs are pretty good too for github-specific info. Are there other good resources for learning either git or github? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I used to point to Atlassian's docs pretty regularly, especially the Comparing Workflows page in the Collaborating section. That's been a significant hurdle for a lot of folks when they try to move from basic repo operations to working with a team. There was another page, that I wish I could find again, written for Subversion users. In addition to covering the same-name, different-effect commands, it talked about some of the process decisions that need to be agreed on when moving from svn to git. |
Beta Was this translation helpful? Give feedback.
-
A couple more resources: |
Beta Was this translation helpful? Give feedback.
I used to point to Atlassian's docs pretty regularly, especially the Comparing Workflows page in the Collaborating section. That's been a significant hurdle for a lot of folks when they try to move from basic repo operations to working with a team.
There was another page, that I wish I could find again, written for Subversion users. In addition to covering the same-name, different-effect commands, it talked about some of the process decisions that need to be agreed on when moving from svn to git.