You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2018/09/04 15:37:22 UTC

[Commons Wiki] Update of "UsingGIT" by BerndEckenfels

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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org