Skip to content

Commit

Permalink
feat:push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
钱巍 committed Sep 27, 2023
1 parent 725ecdb commit 8103d6f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

# 执行 git add .
echo "Executing 'git add .'"
git add .

# 执行 git commit
echo "Executing 'git commit'"
git commit

# 执行 git push
echo "Executing 'git push'"
git push
git push github

# 完成
echo "All steps completed!"

0 comments on commit 8103d6f

Please sign in to comment.