Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.19 KB

File metadata and controls

32 lines (19 loc) · 1.19 KB

Contributing

Quick Github guide and contribution guidelines.

Good git and github tutorials

Git

http://git-scm.com/docs/gittutorial THE git tutorial. A decent introduction.

This site also hosts the free, online book Pro Git, which, despite it's title and depth of content, is remarkably readable and a good beginner book.

Atlassian makes my standard git-gui, SourceTree. Their git tutorial is good, but can use jargon without properly presenting it. https://www.atlassian.com/git/tutorial Their Workflows overview https://www.atlassian.com/git/workflows is a great look at the variety of ways you can use git to manage your project

http://gitimmersion.com/ Commands and output you can try on your own. http://rogerdudler.github.io/git-guide/ A "comic-style" overview ... just keep scrolling.

Github

https://try.github.io (Code School)

Rebase & others

https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request

https://help.github.com/articles/what-are-other-good-resources-for-learning-git-and-github

http://nvie.com/posts/a-successful-git-branching-model

http://stackoverflow.com/questions/17182624/contributing-to-project-on-github-how-to-rebase-my-pull-request-on-top-of-mast