;tools: just branches: show recent branches/commits with jj
This commit is contained in:
parent
29349458b3
commit
d3ce054789
8
Justfile
8
Justfile
@ -1399,6 +1399,14 @@ sccv:
|
|||||||
# ** Misc ------------------------------------------------------------
|
# ** Misc ------------------------------------------------------------
|
||||||
MISC:
|
MISC:
|
||||||
|
|
||||||
|
# show recent branches summary and detail with jj
|
||||||
|
@branches:
|
||||||
|
echo "Recent branches:"
|
||||||
|
bash -ic 'jjb | head -20'
|
||||||
|
echo
|
||||||
|
echo "Recent branches (commits):"
|
||||||
|
jj log -n 30 -r 'log_default ~ @'
|
||||||
|
|
||||||
# push to github CI, wait for tests to pass, refreshing every INTERVAL (default:10s), then push to master.
|
# push to github CI, wait for tests to pass, refreshing every INTERVAL (default:10s), then push to master.
|
||||||
@push *INTERVAL:
|
@push *INTERVAL:
|
||||||
tools/push {{ INTERVAL }}
|
tools/push {{ INTERVAL }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user