Compare commits
2 commits
97bb4576af
...
2f78b4c810
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f78b4c810 | |||
|
344bc3b5f1 |
2 changed files with 1 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/target
|
||||
*.log
|
||||
push_to_git.sh
|
||||
|
|
@ -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