Fork me on GitHub

MoYummy's Blog

Install git sudo -i yum install git
29 Nov 2016 View (100) Comment (100)
Install RVM sudo -i yum groupinstall -y development # or yum groupinstall -y 'development tools' gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -L get.rvm.io | bash -s stable usermod -aG rvm administrator # usermod -aG rvm [user]
29 Nov 2016 View (100) Comment (100)
git reset [commit] # reset local to that commit git stash # save changes git push -f # force push to remote git stash pop # load changes git status # commit list has change to that commit with changes after it
23 Nov 2016 View (100) Comment (100)
2017 Mo Yummy
Powered by Jekyll and Bootstrap
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.