22
0
Fork 0

renommer un tag

This commit is contained in:
gcolpart 2017-12-08 10:54:36 +01:00
parent e0486d6b2b
commit c02d60eeb2
1 changed files with 6 additions and 0 deletions

View File

@ -586,6 +586,12 @@ $ git tag
foo
~~~
Changer un tag foo en bar sur un dépôt distant :
~~~
$ git co foo && git tag bar && git tag -d foo && git push origin :foo && git push --tags
~~~
### .git/config
<https://git-scm.com/docs/git-config>