git
parent
24202861e5
commit
5e26ca203f
|
@ -0,0 +1,5 @@
|
|||
build/
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.env
|
|
@ -0,0 +1,7 @@
|
|||
git add *
|
||||
|
||||
read -p "Commit message: " commit_message
|
||||
|
||||
git commit -m "$commit_message"
|
||||
|
||||
git push -u origin main
|
Loading…
Reference in New Issue