5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/bash
|
||
|
git add *
|
||
|
git commit
|
||
|
git push -u origin main
|