Skip to content

Instantly share code, notes, and snippets.

View dastinnette's full-sized avatar

David Stinnette dastinnette

View GitHub Profile
if you need to add upstream
- git remote -v to check
- git remote (add) upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPO.git => sets remote to upstream repo(ex: ruby submissions)
- git fetch upstream
- git checkout master
- git pull upstream master
- git merge upstream master
- git remote -v should be original
@biglovisa
biglovisa / oauth-example.md
Last active July 13, 2020 01:49
OAuth Example using the omniauth-github gem
@jasonpilz
jasonpilz / VPS Setup.md
Last active July 4, 2019 09:49
Getting a VPS set up

Mission

  • Setup for a new DigitalOcean/AWS EC2/Linode server.

Software we need on the VPS

sudo apt-get update
sudo apt-get install htop 
sudo apt-get install tmux 

sudo apt-get install vim