beta.r3js.org
Theunis J. Botha 2017-03-20 15:15:44 +01:00
parent b5da67316f
commit d0860ee3d9
1 changed files with 94 additions and 0 deletions

View File

@ -21320,3 +21320,97 @@ ln -s config/start_port
ls -l
a
exit
c
cd ap
cd api
ls
git pull
git status
rm start-api-tests
ls -l
git status
r
cd api
ls
git pull
r
l
cd app
ls
bower
gulp build
r
cd app
ls
git diff
cd ..
ls
cd api
ls
git diff
cd ..
cd config/
ls
git diff
git status
git commit -am "app configuration"
git push
cd ..
cd gamewheel-config/
ls
cd ..
cd config/
git branch crispy-dev
git checkout crispy-dev
ls
grep "/usr/share/gamewheel" * -R
grep "/usr/share/gamewheel" * -Rl | xargs sed -i "s/\/usr\/share\/gamewheel/\/home\/bugspencer\//g"
git commit -am "crispy config"
git push -u origin crispy-dev
ls -l
cd ..
cd config/
git checkout tj-dev
ls
git pull
ls -l
cd ..
cd gamewheel-config/
git diff
git checkout develop
ls
git reset --hard HEAD
git pull
git checkout develop
ls -l
cd ..
cd config/
ls
git branch -a
git checkout crispy-dev
ls
git checkout gw-beta
git checkout tj-dev
git branch gw-beta
git checkout gw-beta
ls
git diff
git commit -am "gw-beta config"
git push
git push -u origin gw-beta
cd ..
ls
cd gamewheel-config/
git branch -a
cd ..
rm -rf gamewheel-config
cd config/
vim .git/config
git pull
git push
git branch -a
git checkout tj-dev
git push -u origin :gw-crispy
git pull
git branch -a
exit