Skip to content

Instantly share code, notes, and snippets.

View philipp-baumann's full-sized avatar
:atom:
Sensing the environment. WhoeverWhatever-Cares.

Philipp Baumann philipp-baumann

:atom:
Sensing the environment. WhoeverWhatever-Cares.
View GitHub Profile
@kar9222
kar9222 / my_{colorout}.md
Last active March 31, 2024 02:32
My {colorout}

My {colorout}

First of all, thank you jalvesaq for the great package! 🙏🙏

If you'd like to colorize R terminal output you can use {jalvesaq/colorout}

I customize extra color patterns for

@CristinaSolana
CristinaSolana / gist:1885435
Created February 22, 2012 14:56
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream