Created
August 30, 2013 23:15
-
-
Save jbonney/6395176 to your computer and use it in GitHub Desktop.
Git flow process and ressources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Git flow | |
| http://nvie.com/posts/a-successful-git-branching-model/ | |
| https://github.com/nvie/gitflow/tree/master#readme | |
| http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ | |
| # Git best practices | |
| http://kentnguyen.com/development/visualized-git-practices-for-team/ | |
| http://gitguru.com/2009/02/22/integrating-git-with-a-visual-merge-tool/ | |
| # Push to remote server | |
| http://www.arlocarreon.com/blog/git/push-git-repo-into-shared-hosting-account-like-hostgator/ | |
| http://motorscript.com/setting-up-a-remote-git-repo-on-shared-server-like-hostgator/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment