-
Suggestion
-
Resolution: Duplicate
-
None
-
None
-
1.2.3.0
I would like to be able to update remote tags when doing a push so that I don't have to issue the push from the command line.
To update remote tags, a force push is necessary, with the -f parameter:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags -f origin master:master
- duplicates
-
SRCTREEWIN-338 Add an option to do a 'git push' with '--force' option
- Closed