Created
February 10, 2009 22:26
-
-
Save rtanglao/61632 to your computer and use it in GitHub Desktop.
download acquia and pushing to github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected]: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