logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 1d68b979ceb9ddea4ac37cd06f32dfd48e0dc079
parent 48be2b8a45fe01d7bae3b25dfa81c67d19c4c1a6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 16 Oct 2018 03:57:27 +0200

rebase.sh: script (legacy)

Diffstat:

Arebase.sh6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/rebase.sh b/rebase.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git checkout dev-lanodan2 +echo "[Don’t forget]: change merges to “exec git merge <branch>”" +echo "Press return to continue" +read +git rebase -pi upstream/develop