From 46bc1a92249fda4b59c33421ddff4347a293c19c Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Mon, 27 Mar 2017 14:10:10 +0200 Subject: [PATCH] history --- bash_history | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/bash_history b/bash_history index 6b12edd..2eb694f 100644 --- a/bash_history +++ b/bash_history @@ -23233,3 +23233,65 @@ grep "api-v1.6" * -R grep "api-v1.6" * -Rl | xargs sed -i "s/api-v1.6/api-v1/g" sudo service nginx restart exit +ssh gw-beta +ls +cd config/ +ls +vim nginx.conf +cd nginx +ls +git diff +cd +c +cd config/ +ls +cd nginx/ +ls +cd .. +git diff +git commit -am "api v1 config" +git push +git status +cd nginx/sites-available/ +git add default.dpkg-dist +git commit -am "default nginx config" +git push +ls +git checkout gw-beta +git pull +ls +cd .. +ls +cd sites-available/ +ls +vim gamewheel.conf +git checkout tj-dev +git show gw-beta -- gamewheel.conf +git show gw-beta:gamewheel.conf +git show gw-beta:./gamewheel.conf +git show gw-beta:./gamewheel.conf > gamewheel.conf.beta +git checkout gw-beta +git status +rm gamewheel.conf.beta +git show tj-dev:./gamewheel.conf +git show tj-dev:./gamewheel.conf > gamewheel.conf.tj +meld gamewheel.conf gamewheel.conf.tj +git diff +git commit -am "options support" +git push +git status +rm gamewheel.conf.tj +ls +git checkout tj-dev +ls +cd .. +ls +cd .. +ls +exit +ssh gw-new +exit +ssh gw-beta +ssh gw-beta +exit +exit