File size: 74 Bytes
79d2a14
 
 
 
1
2
3
4
#!/bin/bash
git add .
git commit -m "first commit"
git push -u origin main