savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [UsingGit] (edit) fix some mistakes (Git URL syntax) + cl


From: Beuc
Subject: [Savannah-cvs] [UsingGit] (edit) fix some mistakes (Git URL syntax) + clarifications
Date: Mon, 24 Sep 2007 20:56:00 +0000

??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://address@hidden/srv/git/project.git
   # or
   git clone address@hidden:/srv/git/project.git


??changed:
-   git-update-index README
-   git commit
-   git push address@hidden/srv/git/project.git
-
-* Developer checkout::
-
-   git clone address@hidden/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/address@hidden://savannah.gnu.org/maintenance




reply via email to

[Prev in Thread] Current Thread [Next in Thread]