Having fun with this. This 'post' includes a makefile you could use.
This commit is contained in:
parent
bcae95c7ed
commit
db0e24df7f
2 changed files with 19 additions and 0 deletions
19
Makefile
Normal file
19
Makefile
Normal 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
0
follow-everybody.bash
Normal file → Executable file
Loading…
Reference in a new issue