Revision: 76353
http://sourceforge.net/p/brlcad/code/76353
Author: starseeker
Date: 2020-07-16 18:35:40 +0000 (Thu, 16 Jul 2020)
Log Message:
-----------
looks like git push --all does the job
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/NOTES
Modified: brlcad/trunk/misc/repoconv/NOTES
===================================================================
--- brlcad/trunk/misc/repoconv/NOTES 2020-07-16 17:40:20 UTC (rev 76352)
+++ brlcad/trunk/misc/repoconv/NOTES 2020-07-16 18:35:40 UTC (rev 76353)
@@ -197,10 +197,16 @@
After creating a new repository via the github website:
+# Note - the specific version of this line will be provided by github when the
repository is created via the website.
git remote add origin [email protected]:brlcad/brlcad.git
-git push -u origin master
+
+# push all branches
git push --all
+
+# push all tags
git push --tags
+
+# push notes
git push origin refs/notes/commits
# We then download it back from github:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits