note on git push --tags
This commit is contained in:
parent
228347850f
commit
b79309a05b
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ Inviare i cambiamenti locali ad un branch remoto:
|
|||
|
||||
### Bonus track
|
||||
|
||||
* git push di default non invia i tags
|
||||
* git push di default non invia i tags, che vanno pushati separatamente aggiungendo --tags
|
||||
* cancellare un branch remoto: **git push -d origin branch-name**
|
||||
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue