[PLDWWW] page changed: howto-git
"Jan Rękorajski (baggins)"
baggins at pld-linux.org
Mon Oct 15 12:36:55 CEST 2012
[Create new package] add --set-upstream information
--- https://www.pld-linux.org/howto-git?rev=1349887207
+++ https://www.pld-linux.org/howto-git
@@ -169,9 +169,12 @@
and then:
git push origin master
-
+
+ After pushing for the first time you may also need to set local master branch to track remote master:
+
+ git branch --set-upstream master origin/master
====Use template specs for new packages ====
Often it is good idea to start working over new spec starting from spec templates available:
git clone git://git.pld-linux.org/projects/template-specs.git
Diff URL:
https://www.pld-linux.org/howto-git?do=diff&r1=1349887207&r2=1350297415
--
This mail was generated by DokuWiki at
https://www.pld-linux.org/
More information about the pld-cvs-commit
mailing list