git.rst
changeset 1089 2c23dfe7517e
parent 1076 9b2eb3c96d84
child 1334 9bf0d5a1f0cf
equal deleted inserted replaced
1088:90fc62d6693e 1089:2c23dfe7517e
   184   $ git init
   184   $ git init
   185   $ git add .
   185   $ git add .
   186   $ git commit -m "Initial commit"
   186   $ git commit -m "Initial commit"
   187   $ git remote add origin https://$USER:$PASS@$HOST/$REPO
   187   $ git remote add origin https://$USER:$PASS@$HOST/$REPO
   188   $ git push -u origin master
   188   $ git push -u origin master
       
   189 
       
   190 Find most recent tag for revision.
       
   191 ==================================
       
   192 ::
       
   193 
       
   194   $ git describe $REV
   189 
   195 
   190 Using git to work with SVN offline.
   196 Using git to work with SVN offline.
   191 ===================================
   197 ===================================
   192 
   198 
   193 Prepare SVN and git utilities::
   199 Prepare SVN and git utilities::