Fix commit.sh

main
Brett 2022-12-16 22:03:00 -05:00
parent 1b82d84457
commit 62ae9df943
2 changed files with 30 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
git add *
git commit
git push -u origin main
git push -u github main
git push -u tpgc main

29
test Normal file
View File

@ -0,0 +1,29 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store