My GitHub repo does not update
I’ve opened a new C# solution in Rider IDE, but the Solution Explorer (or source panel) doesn’t show any information about the currently opened folder.
Previously, when I used JetBrains IDEs for TypeScript, I could initialize a project and see the repo activity directly in Rider.
Now with this C# project, how can I set that up? I want to push my C# code to a GitHub repository, but I’m not sure how to link the project to Git.

Please sign in to leave a comment.
Abir Khan, could you attach an example of what you expect Rider to look like using any other IDE?
Based on this screenshot, Rider is already aware of your repository, and you should be able to push your changes using the same workflow as any other IDE (see Commit and push changes to Git repository).
Rider has detected a repository, but it's linked to a different project of mine. The currently opened folder — as shown in the screenshot — hasn't been initialized as a Git repository yet.
I’ve opened the folder with Cursor IDE, and as you can see, it hasn’t been initialized as a Git repository yet.
Sorry, I'm not sure I understand the issue you are experiencing. Is your local git repository not linked to the corresponding repo on GitHub? You can configure it in main menu > Git > Manage Remotes..
Also, Rider maps the location of the
.git
directory and marks the location containing this directory as a git root or a git repository. You can check the location of.git
folder in your project, and also you can check the mappings configuration in Settings (⌘ + ,
orCtrl + Alt + S
) > Version Control > Directory Mappings.