Difference between revisions of "Tip Starting points for using GIT"

From OpenFOAMWiki
Line 1: Line 1:
  =Tutorials=
+
   
 
+
=Tutorials=
 
+
* [http://blog.interlinked.org/tutorials/git.html|Tutorial]
+
* [http://git.or.cz/course/svn.html|Git - SVN Crash Course]
+
* [http://toolmantim.com/articles/setting_up_a_new_remote_git_repository|How to set up a remote repo - not GitOsis!]
+
  
 +
* [[http://blog.interlinked.org/tutorials/git.html|Tutorial]]
 +
* [[http://git.or.cz/course/svn.html|Git - SVN Crash Course]]
 +
* [[http://toolmantim.com/articles/setting_up_a_new_remote_git_repository|How to set up a remote repo - not GitOsis!]]
  
 
=Workflow examples=
 
=Workflow examples=
  
 
+
* [[http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html|Workflow 1]]
* [http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html|Workflow 1]
+
* [[http://www.dinnermint.org/tutorial/dead-simple-git-workflow-for-agile-teams|Workflow 2]]
* [http://www.dinnermint.org/tutorial/dead-simple-git-workflow-for-agile-teams|Workflow 2]
+
 
+
  
 
=Cheat Sheet=
 
=Cheat Sheet=
  
 
+
* [[http://git.wiki.kernel.org/index.php/GitCheatSheet|git.or.cz]]
* [http://git.wiki.kernel.org/index.php/GitCheatSheet|git.or.cz]
+
* [[http://jan-krueger.net/development/git-cheat-sheet-take-two|Jan Krüger]]
* [http://jan-krueger.net/development/git-cheat-sheet-take-two|Jan Krüger]]
+
* [[http://jan-krueger.net/development/git-cheat-sheet-extended-edition|Jan Krüger - extended]]
* [http://jan-krueger.net/development/git-cheat-sheet-extended-edition|Jan Krüger - extended]
+

Revision as of 11:18, 2 October 2010

1 Tutorials

2 Workflow examples

3 Cheat Sheet