[Cuis-dev] Tagging package for Cuis 7.0
ken.dickey at whidbey.com
ken.dickey at whidbey.com
Sun Jun 9 10:03:53 PDT 2024
On 2024-06-09 00:36, Hilaire Fernandes via Cuis-dev wrote:
> ** Tagging
> - To create a new tag: git tag -a Cuis7.0 -m "Package for Cuis 7.0"
> - To push a tag: git push git at github.com:hilaire/drgeo Cuis7.0
> - To delete a tag locally and remotely
> * git tag -d Cuis7.0
> * git push git at github.com:hilaire/drgeo :refs/tags/Cuis7.0
The above did not work for me. I had to
git push origin Cuis7.0
vvv===vvv===vvv
RasPiOS5:Arm64:~/Cuis-Smalltalk/Games/Solitaire >>> git tag -a Cuis7.0
-m "Package for Cuis 7.0"
RasPiOS5:Arm64:~/Cuis-Smalltalk/Games/Solitaire >>> git push origin
Cuis7.0
Username for 'https://github.com': KenDickey
Password for 'https://KenDickey@github.com':
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 172 bytes | 172.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/Cuis-Smalltalk/Games.git
* [new tag] Cuis7.0 -> Cuis7.0
RasPiOS5:Arm64:~/Cuis-Smalltalk/Games/Solitaire >>>
^^^===^^^===^^^
HTH,
-KenD
More information about the Cuis-dev
mailing list