latest 5 messages by sponge337
+
[2019-10-17T12:24:02Z]
sponge337
nedbat: https://pastebin.com/cNXSbNnj -> the 2 upper commits are mine (2db255c and 9785266).
+
[2019-10-17T12:19:38Z]
sponge337
nedbat: do you mean "can you show us" -> you want my github repo link?
+
[2019-10-17T12:15:57Z]
sponge337
nedbat: Hi again. Im not quite sure what tags do. After i pushed with "git push --tags", my master Branch had no changes. I had to look it up and the changes were made to the TAG section (like a branch). After I entered "git push" again, my code got pushed to the master. But the TAG version and Master version are out of sync somehow...
+
[2019-10-17T12:04:49Z]
sponge337
nedbat: Thx, will try
+
[2019-10-17T12:01:38Z]
sponge337
Hi guys, I am pushing stuff via the command line. I wanted to add a TAG to my commit with "git tag foobar" but when I push it to the server, the tag is nowhere. What am I doing wrong?