Difference between revisions of "Git"
From SCECpedia
Jump to navigationJump to searchLine 10: | Line 10: | ||
*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 |
Revision as of 19:13, 7 May 2011
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.
Contents
Sites with Git information
git client software
- Linux
- Windows
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
- git clone git://github.com/maechlin/ctc