Changes between Version 1 and Version 2 of faq/git


Ignore:
Timestamp:
Jan 20, 2010, 1:06:26 AM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/git

    v1 v2  
    1717git commit README
    1818}}}
     19 * Next add the MFPL git repo as a remote:
     20{{{
     21git remote add origin gitosis@git.mayfirst.org:myproject.git
     22}}}
     23 * And then the moment of truth:
     24{{{
     25git push origin master:refs/heads/master
     26}}}