Difference between revisions of "Git"

From SCECpedia
Jump to navigationJump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Software developers are investigating git as a version control system for use with SCEC scientific codes. An important advantaget is that people can access the repository without SCEC accounts. We are using github, so the trade-off is they need gitbuy account, instead.
+
Software developers are investigating Git as a version control system for use with SCEC scientific codes. An important advantaget is that people can access the repository without SCEC accounts. We are using github, so the trade-off is they need gitbuy account, instead.
  
 
== Sites with Git information ==
 
== Sites with Git information ==
 
+
*[http://git-scm.com/ Git Home Page]
 
*[http://cworth.org/hgbook-git/tour/ tutorial]
 
*[http://cworth.org/hgbook-git/tour/ tutorial]
  
 +
== Github Git Command Summary ==
 +
*[[File:Github-git-cheat-sheet.pdf]]
  
== git client software ==
+
== Diff tutorial ==
 +
*[http://linux.byexamples.com/archives/163/how-to-create-patch-file-using-patch-and-diff/ Diff and Patch ]
  
 +
== Git client software ==
 
*Linux
 
*Linux
 
*[http://code.google.com/p/msysgit/ Windows]
 
*[http://code.google.com/p/msysgit/ Windows]
 +
 +
== git repositories ==
 +
*C:\Users\Philip James\Documents\workspace\ctc
  
 
== SCEC git hub repositories ==
 
== SCEC git hub repositories ==
 +
*git@github.com:maechlin/ctc
  
*git@github.com:maechlin/ctc
+
== Commands ==
 +
Get a copy of a repository
 +
*git clone git://github.com/maechlin/ctc

Latest revision as of 21:34, 16 April 2018

Software developers are investigating Git as a version control system for use with SCEC scientific codes. An important advantaget is that people can access the repository without SCEC accounts. We are using github, so the trade-off is they need gitbuy account, instead.

Sites with Git information

Github Git Command Summary

  • Github-git-cheat-sheet.pdf

 Diff tutorial

Git client software

git repositories

  • C:\Users\Philip James\Documents\workspace\ctc

SCEC git hub repositories

  • git@github.com:maechlin/ctc

Commands

Get a copy of a repository