4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/bash
|
|
git add .
|
|
git commit "updated"
|
|
git push origin main --force
|