mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
199443message
This commit is contained in:
parent
9370f370f9
commit
27c2207f85
1 changed files with 8 additions and 0 deletions
8
justfile
8
justfile
|
|
@ -79,3 +79,11 @@ install TYPE="nixos":
|
|||
echo "Error: Please enter a valid response (y/n)" \
|
||||
fi
|
||||
fi
|
||||
|
||||
# Commit all changes and push to upstream
|
||||
gh:
|
||||
@echo "Commit message:"
|
||||
@read message
|
||||
git add -A
|
||||
git commit -m "$$message"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue