Having fun with this. This 'post' includes a makefile you could use.

This commit is contained in:
Jonathan Thom 2022-11-04 23:24:27 -07:00 committed by yan
parent bcae95c7ed
commit db0e24df7f
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

19
Makefile Normal file
View File

@ -0,0 +1,19 @@
.PHONY: go everybody post refresh repost timeline
everybody:
./follow-everybody.bash
go: everybody refresh timeline
post:
git commit -m $(p) --allow-empty
git push
refresh:
git fetch --all
repost:
git cherry-pick $(p)
timeline:
git log --graph --all --decorate --oneline

0
follow-everybody.bash Normal file → Executable file
View File