Created
March 9, 2009 08:19
-
-
Save rtanglao/76162 to your computer and use it in GitHub Desktop.
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
550 cp -r /Users/rolandtanglao/Downloads/acquia-drupal-1.2.4-update/* . | |
551 ls | |
552 git status | |
553 git add modules/acquia/acquia_connector/acquia_agent/rpc.acquia.com.pem | |
554 git add modules/acquia/acquia_search/ | |
555 git addmodules/acquia/admin_menu/admin_menu-rtl.css | |
556 git addmodules/acquia/admin_menu/images/arrow-rtl.png | |
557 git addmodules/acquia/admin_menu/images/bkg_tab.png | |
558 git addmodules/acquia/admin_menu/translations/es.po | |
559 git addmodules/acquia/admin_menu/translations/nl.po | |
560 git addmodules/acquia/admin_menu/translations/sv.po | |
561 git addmodules/acquia/apachesolr/ | |
562 git addmodules/acquia/img_assist/drupalimage/css/ | |
563 git addmodules/acquia/img_assist/img_assist_popup.css | |
564 git addmodules/acquia/img_assist/img_assist_popup.js | |
565 git addmodules/acquia/img_assist/includes/ | |
566 git addmodules/acquia/img_assist/theme/ | |
567 git addmodules/acquia/mollom/translations/fr.po | |
568 git addmodules/acquia/mollom/translations/it.po | |
569 git addmodules/acquia/mollom/translations/ja.po | |
570 git addmodules/acquia/mollom/translations/pl.po | |
571 git addmodules/acquia/webform/translations/sk.po | |
572 git addthemes/acquia/acquia_slate/ | |
573 git add modules/acquia/acquia_search/ | |
574 git add modules/acquia/admin_menu/admin_menu-rtl.css | |
575 git add modules/acquia/admin_menu/images/arrow-rtl.png | |
576 git add modules/acquia/admin_menu/images/bkg_tab.png | |
577 git add modules/acquia/admin_menu/translations/es.po | |
578 git add modules/acquia/admin_menu/translations/nl.po | |
579 git add modules/acquia/admin_menu/translations/sv.po | |
580 git add modules/acquia/apachesolr/ | |
581 git add modules/acquia/img_assist/drupalimage/css/ | |
582 git add modules/acquia/img_assist/img_assist_popup.css | |
583 git add modules/acquia/img_assist/img_assist_popup.js | |
584 git add modules/acquia/img_assist/includes/ | |
585 git add modules/acquia/img_assist/theme/ | |
586 git add modules/acquia/mollom/translations/fr.po | |
587 git add modules/acquia/mollom/translations/it.po | |
588 git add modules/acquia/mollom/translations/ja.po | |
589 git add modules/acquia/mollom/translations/pl.po | |
590 git add modules/acquia/webform/translations/sk.po | |
591 git add themes/acquia/acquia_slate/ | |
592 git status | |
593 git commit -m -a "commiting acquia drupal 1.2.4 changed files" | |
594 git commit -m -a "commiting acquia drupal 1.2.4 changed files" | |
595 git status | |
596 git commit -m -a "commiting acquia drupal 1.2.4 changed files" | |
597 git status | |
598 git commit -m -a "commiting acquia drupal 1.2.4 changed files" | |
599 pwd | |
600 ls | |
601 history | |
602 git commit -a -m "commiting acquia drupal 1.2.4 changed files" | |
603 history | |
604 git tag -a "rt-acquia-drupal-1-2-4" | |
605 git config --global user.name "Roland Tanglao" | |
606 git config --global user.email [email protected] | |
607 pwd | |
608 git push github master | |
609 git remote add github [email protected]:rtanglao/rt-d6.git | |
610 git push github master | |
611 git push --tags | |
612 ls | |
613 cd sites/modules/all | |
614 ls | |
615 cd sites | |
616 ls | |
617 cd all | |
618 cd modules | |
619 ls | |
620 cd wysiwyg | |
621 cp -r ~/Downloads/wysiwyg/* . | |
622 ls | |
623 ls -ltr | |
624 git status | |
625 git add plugins/break/images/spacer/gif | |
626 git add plugins/break/images/spacer.gif | |
627 git commit -a -m "update wysiwyg to 6.x-1.0 februry 13, 2009" | |
628 git push github master | |
629 ls | |
630 cd .. | |
631 ls | |
632 mv ~/Downloads/video_filter . | |
633 ls | |
634 git status | |
635 git add video_filter | |
636 git -a -m "add video_filter module 6.x-2.4" | |
637 git commit -a -m "add video_filter module 6.x-2.4" | |
638 git push master | |
639 git push github master | |
640 ls | |
641 cd wysiwyg | |
642 cp -r ~/Downloads/wysiwyg\ 2/* . | |
643 ls | |
644 git status | |
645 git commit -a -m "upgrade to wysiwyg 6.x-1.1" | |
646 git push github master | |
647 ls | |
648 more README.txt | |
649 more README.txt | |
650 ls | |
651 cd plugins | |
652 ls | |
653 cd .. | |
654 cd editors | |
655 ls | |
656 more whizzywig.inc | |
657 ls | |
658 cd .. | |
659 ls | |
660 more README.txt | |
661 ls | |
662 cd tinymce | |
663 ls | |
664 more changelog.txt | |
665 ls | |
666 cp -r ~/Downloads/tinymce_3_2_2/* . | |
667 git status | |
668 git add examples/translate.html | |
669 git add jscripts/tiny_mce/plugins/tabfocus/ | |
670 git commit -a -m "upgrading to tinymce 3.2.2" | |
671 git status | |
672 git push github master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment