Skip to content

Instantly share code, notes, and snippets.

@DiegoPino
Created February 28, 2017 19:09
Show Gist options
  • Save DiegoPino/f85f80276f8c6d88a33e4ffa6abc6351 to your computer and use it in GitHub Desktop.
Save DiegoPino/f85f80276f8c6d88a33e4ffa6abc6351 to your computer and use it in GitHub Desktop.
bash history fresh vagrant
2 cd /var/www/
3 ls
4 cd drupal/
5 drush
6 drush pm-update
7 ls
8 cd sites/all/modules/
9 ls
10 cd islandora_solr_search/
11 git status
12 git checkout -b MorganDawe-7.x-1889_UIUX 7.x
13 git branch -v
14 git pull git://github.com/MorganDawe/islandora_solr_search.git 7.x-1889_UIUX
15 cd ..
16 cd islandora_solr_facet_pages/
17 git checkout -b MorganDawe-7.x-1889 7.x
18 git pull git://github.com/MorganDawe/islandora_solr_facet_pages.git 7.x-1889
19 git status
20 git branch -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment