Delete push_to_git.sh
This commit is contained in:
parent
97bb4576af
commit
344bc3b5f1
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
#! /usr/bin/bash
|
|
||||||
|
|
||||||
git add .
|
|
||||||
git commit -m "$@"
|
|
||||||
git push -u origin main
|
|
||||||
git push -u github main
|
|
||||||
|
|
||||||
hash=$(git rev-parse --short HEAD)
|
|
||||||
|
|
||||||
echo "commit $hash pushed to origin and github"
|
|
||||||
echo "commit message: $@"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue