Skip to content

Instantly share code, notes, and snippets.

@ajcastro
Last active June 14, 2016 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajcastro/fd8c087035aefbb31c52627ce21a3c55 to your computer and use it in GitHub Desktop.
Save ajcastro/fd8c087035aefbb31c52627ce21a3c55 to your computer and use it in GitHub Desktop.
Sources for Git Workflow Tutorials
Recommended workflows: Gitlab-flow (when using gitlab) and Github-flow (when using github)
https://about.gitlab.com/2014/09/29/gitlab-flow/
http://scottchacon.com/2011/08/31/github-flow.html
http://nvie.com/posts/a-successful-git-branching-model/
https://guides.github.com/introduction/flow/
https://guides.github.com/activities/hello-world/
https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow
https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project
http://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment