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:
12
pages.it/common/git-update-ref.md
Normal file
12
pages.it/common/git-update-ref.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git update-ref
|
||||
|
||||
> Crea, aggiorna e cancella riferimenti git.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-update-ref>.
|
||||
|
||||
- Cancella un riferimento, utile per resettare il primo commit in modo soft:
|
||||
|
||||
`git update-ref -d {{HEAD}}`
|
||||
|
||||
- Aggiorna un riferimento con un messaggio:
|
||||
|
||||
`git update-ref -m {{messaggio}} {{HEAD}} {{4e95e05}}`
|
Reference in New Issue
Block a user