git*: add Italian translation (#4737)
* git-send-email: add it translation * git-shortlog: add it translation * git-show-branch: add it translation * git-show-ref: add it translation * git-show: add it translation * git-svn: add it translation * git-sizer: add it translation * git-stage: add it translation * git-status: add it translation * git-stash: add it translation * git-submodule: add it translation * git-subtree: add it translation * git-switch: add it translation * git-tag: add it translation * git-update-ref: add it translation * git-worktree: add it translation * Use snake case for tokens
This commit is contained in:
24
pages.it/common/git-svn.md
Normal file
24
pages.it/common/git-svn.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# git svn
|
||||
|
||||
> Operazioni bidirezionali tra repository Subversion e Git.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-svn>.
|
||||
|
||||
- Clona un repository SVN:
|
||||
|
||||
`git svn clone {{https://esempio.com/repo_subversion}} {{cartella_locale}}`
|
||||
|
||||
- Clona un repository SVN a partire da uno specifico numero di revisione:
|
||||
|
||||
`git svn clone -r{{1234}}:HEAD {{https://svn.esempio.net/subversion/repo}} {{cartella_locale}}`
|
||||
|
||||
- Aggiorna una copia locale da un repository SVN remoto:
|
||||
|
||||
`git svn rebase`
|
||||
|
||||
- Scarica aggiornamenti da un repository SVN remoto senza spostare l'HEAD git:
|
||||
|
||||
`git svn fetch`
|
||||
|
||||
- Invia un commit a un repository SVN:
|
||||
|
||||
`git svn dcommit`
|
Reference in New Issue
Block a user