Delphi 10 Git how to commit to the Github?

876 views Asked by At

Using the Git integrated into Delphi 10.3 I can commit to a local repository but need help in committing to Github. I am able to do this from Visual Studio but not from Rad Studio. Please help!!

1

There are 1 answers

0
sherril blackmon On

Initially, from Rad Studio, I was able to create my local repository and commit to it. But, if there is a way to make an initial push to github from Rad Studio, I haven't found it. [I have now. See below.] Every time I attempted the push I got the below screen. Notice the button says "Import".

What I saw when first I tried1

My solution was to download github desktop. From there I created (another) repository and made a push with my project data.

Update* That screen spoofed me. I tried it again just now with a little tutorial project I had created earlier and discovered the button really should have said "Commit" because that is exactly what happened when I clicked on it; there was even a message box stating that was what happened.

After that I was able to push to github from Rad Studio.

In any case, I solved my issue.

Thank you for your help.