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