How do you run a commit to github from mysy2?
I've already input git add & git commit. I've made my title/message but I can't find what command to actually make it do the commit.
If you have your repository properly configured, all you'd need to do is git push origin <branch>, where branch is the branch to commit the changes to.
Thanks for quickly getting back to me, I'll try that for my next commit.
On Apr 4, 2021 3:41 PM, "Cano" @.***> wrote:
If you have your repository properly configured, all you'd need to do is git push origin
, where branch is the branch to commit the changes to. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/msys2/msys2.github.io/issues/117#issuecomment-813088887, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTPSSY7LKHNFVOUTZFNFZ3THC6GZANCNFSM42H6GKCQ .
tried it and all I'm getting is this bash: syntax error near unexpected token `newline'