msys2.github.io icon indicating copy to clipboard operation
msys2.github.io copied to clipboard

How do you run a commit to github from mysy2?

Open Meister-anon opened this issue 5 years ago • 3 comments

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.

Meister-anon avatar Apr 01 '21 23:04 Meister-anon

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.

canoshiz avatar Apr 04 '21 19:04 canoshiz

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 .

Meister-anon avatar Apr 08 '21 04:04 Meister-anon

tried it and all I'm getting is this bash: syntax error near unexpected token `newline'

Meister-anon avatar Apr 14 '21 02:04 Meister-anon