[PLDWWW] page changed: howto-git

"Elan Ruusamäe (glen)" glen at pld-linux.org
Sun Jan 20 12:25:58 CET 2013


[Set your configuration] 

--- https://www.pld-linux.org/howto-git?rev=1354189626
+++ https://www.pld-linux.org/howto-git
@@ -15,9 +15,9 @@
  =====Building package=====
  For now one needs to use local ''~/rpm/packages/builder'':
    cd ~/rpm/packages/
    ./builder -v -bp python-msgpack
- =====Set your configuration====
+ ===== Set your configuration ====
  
  Your identity (NOTE: This sets globally):
  <code>
  git config --global user.name "Your Name"
@@ -44,8 +44,12 @@
  git config --global alias.ci commit
  git config --global alias.up pull --rebase
  </code>
  
+ when pushing in git-core-1.8.0 ([[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-October/023231.html|reference]])
+ <code>
+ git config --global push.default simple
+ </code>
  
  =====Download package=====
  
     git clone git://git.pld-linux.org/packages/<package>


Diff URL:
  https://www.pld-linux.org/howto-git?do=diff&r1=1354189626&r2=1358681158
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list