Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
l0g2 committed Oct 25, 2024
1 parent 465b189 commit 21c0024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ git remote add origin "$REPO_URL"
git add .
git config user.email "[email protected]"
git config user.name "log2"

git checkout -b $(xxd -p -l 8 /dev/urandom)

git commit -m "upload files"
git push -u -q origin "$branch_name" 2>&1 | grep -v '^remote:'

0 comments on commit 21c0024

Please sign in to comment.