Using git with drupal: Difference between revisions

New page: I forked the drupal project from git://github.com/mikl/drupal.git (my "origin") so that I could start with official upstream drupal sources. I then created my own private remote repository...
 
m added Category:Drupal using HotCat
Line 103: Line 103:
$ git config branch.iic-dev.merge iic-dev
$ git config branch.iic-dev.merge iic-dev
</source>
</source>
[[Category:Drupal]]