Skip to content

Instantly share code, notes, and snippets.

View PhearZero's full-sized avatar
🚧
In the darkest depths of Mordor

Michael J Feher PhearZero

🚧
In the darkest depths of Mordor
View GitHub Profile
docker kill rstudio
docker start rstudio || docker run -d -p 8787:8787 -v %userprofile%:/home/rstudio -e DISABLE_AUTH=true -e PASSWORD=password --name rstudio rocker/rstudio
start chrome "http://localhost:8787"
@PhearZero
PhearZero / mock.sh
Last active November 27, 2018 19:52
Git Rebase and or Merge
#!/usr/bin/env bash
# This scenario creates a Github repository with two forks, one
# is stale/missing features from upstream forks/project
# Dir Structure:
# fakeproject
# fakeproject-fork
# fakeproject-stale-fork