Update git_add.sh

This commit is contained in:
Raj Chowdhury 2022-08-19 17:03:18 +05:30 committed by GitHub
parent 009798082e
commit 20ed11bf1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/bash
git add .
git commit "updated"
git push origin
git push origin main --force