Skip to content

Commit

Permalink
Update git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Nov 1, 2024
1 parent aefb39f commit 1595d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

git status && git add -A && git status
git commit -a -S -m "Successful Build of Signed Release 7.31.0" && git push --set-upstream origin master
git commit -a -S -m "Successful Build of Reproducible Release 7.31.0" && git push --set-upstream origin master

0 comments on commit 1595d3e

Please sign in to comment.