Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created February 10, 2009 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtanglao/61632 to your computer and use it in GitHub Desktop.
Save rtanglao/61632 to your computer and use it in GitHub Desktop.
download acquia and pushing to github
download acquia drupal 1.2.1 and unzip it
cd acquia-drupal-6 (or whatever the directory you just unzipped in the previous step was called)
mv * ..
mv .htaccess ..
cd ..
rmdir acquia-drupal-1.2.1
mkdir acquia-drupal-6
cd acquia-drupal-6
git init
cp drupal acquia 1.2.1 folder to acquia-drupal-6
git add .
git commit -m 'first commit of drupal acquia 1.2.1'
git commit -m "first commit of acquia drupal 6 version 1.2.1"
git remote add github git@github.com:rtanglao/acquia-drupal-6.git
git push github master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment