Skip to content

Instantly share code, notes, and snippets.

View peterbucher's full-sized avatar

Peter Bucher peterbucher

View GitHub Profile

1. Clone your fork:

git clone git@github.com: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
@peterbucher
peterbucher / ShowContentDimensions.css
Created September 7, 2016 16:44 — forked from jonnitto/Overwrite.fusion
Neos.io: Add a little hint if the shown content is from a different content dimension
.neos.content-dimensions-backend {
font-size: 10px;
background: rgba(0, 0, 0, 0.5);
display: inline-block;
padding: 5px 5px 8px;
}
.neos.content-dimensions-backend span {
display: inline-block;
padding: 0 10px;
}