rebase.sh (177B)
- #!/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
git clone https://hacktivis.me/git/pleroma.git
rebase.sh (177B)
- #!/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