6 lines
144 B
Bash
6 lines
144 B
Bash
#!/bin/bash
|
|
git status
|
|
git add .
|
|
git commit -m "fix(competitor-analysis): final migration fixes and documentation updates"
|
|
git push origin main
|