ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bin/grb: add

+8
+8
bin/grb
··· 1 + #!/bin/sh 2 + # 3 + # git interactive rebase of all commits since yesterday 4 + # 5 + 6 + FCOM=`git log --since=yesterday | grep "^commit" | sed 's/commit //' | tail -n1` 7 + 8 + git rebase -i ${FCOM}~1