Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for 
change notification.

The "UsingGIT" page has been changed by BerndEckenfels:
https://wiki.apache.org/commons/UsingGIT?action=diff&rev1=21&rev2=22

Comment:
fixed remote show command and added more context

     `git checkout -- `''path''
  
   * `svn info`
-    `git remote -v` and `git remote origin`
+    `git remote -v` lists all remotes and `git remote show <name>` shows 
details about remote (for example `git remote show origin` for the default 
remote name).
  
   * `svn cp` ''https://svn.apache.org/.../trunk'' 
''https://svn.apache.org/.../tags/my-tag'' `-m message`
     `git tag -m message my-tag` (or better, add also -s or -u option to create 
a cryptographically signed tag)<<BR>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to