6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/bash
|
|
git add .
|
|
git commit -m "Auto push from script"
|
|
git push origin main
|
|
|