From 9a72a6e5cc23d29d510625c0c1677fb7ae465032 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Tue, 24 Dec 2019 04:10:14 +0000 Subject: better c debugging and git tags doc --- dev/git/branch.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dev/git') diff --git a/dev/git/branch.html b/dev/git/branch.html index 24acff8..7b31604 100644 --- a/dev/git/branch.html +++ b/dev/git/branch.html @@ -201,7 +201,13 @@

Tags are used to mark patch releases, get back in time to make security patches or to mark a new major or minor new release. Tag new release with projectname-version, this allows meaningful ports distfiles when downloading releases from git archives;

-    $ git tag -a projectname-1.2.0
+    $ git tag -a projectname-1.2.0 -m "project 1.2.0 release"
+    $ git push origin projectname-1.2.0
+    
+ +

To push all local tags;

+ +
     $ git push --follow-tags
     
-- cgit 1.4.1-2-gfad0