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

Configure Feed

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

git graph

+1
+1
.gitconfig
··· 6 6 diff-remote = diff origin..master 7 7 ff = pull --ff-only 8 8 fixup = rebase -i HEAD~5 9 + graph = log --oneline --all --graph --decorate 9 10 [push] 10 11 default = simple 11 12 [color]