add Justfile with git push shortcut
This commit is contained in:
parent
a367738501
commit
c9a2f96c7b
3 changed files with 126 additions and 1 deletions
2
Justfile
Normal file
2
Justfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
push BRANCH="main":
|
||||
git push origin {{BRANCH}} && git push codeberg {{BRANCH}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue