equal
deleted
inserted
replaced
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:: |