??changed:
-* Initial push::
* Initial push / import::

??changed:
-   #  publish the 'master' branch
   #  initial publication to the 'master' branch

++added:
* Developer checkout (via SSH - beware of punctuation)::

   git clone ssh://[EMAIL PROTECTED]/srv/git/project.git
   # or
   git clone [EMAIL PROTECTED]:/srv/git/project.git


??changed:
-   git-update-index README
-   git commit
-   git push [EMAIL PROTECTED]/srv/git/project.git
-
-* Developer checkout::
-
-   git clone [EMAIL PROTECTED]/srv/git/project.git
   cd project/
   
   # <edit some_existing_file>
   git commit -a -m "I automatically commit modified files"
   
   # <edit some_other_existing_file and something_else>
   git add some_other_existing_file
   git commit -m "I only marked some_other_existing_file for commit"

   # Send everything to Savannah
   git push

--
forwarded from https://savannah.gnu.org/maintenance/[EMAIL 
PROTECTED]://savannah.gnu.org/maintenance


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to