Quantcast
Viewing all articles
Browse latest Browse all 5189

Contribute Your Code on Drupal.org, Part 4: Connecting to the Sandbox

mkdir breeze cd breeze git init checkout -b 8.x-1.x echo "name = breeze " > breeze.info git add breeze.info git commit -m "Initial commit." git remote add origin YOURNAMEATDRUPAL@git.drupal.org:sandbox/ YOURNAMEATDRUPAL/PROJECTNUMBER.git git push origin 8 ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles