I would like to know How to upload a C# project to Github without visual studio?
What do i need and how would I do it?
3
You can follow Github’s guide to getting your project on Github.
Generically, there are several options, assuming you’ve installed git and possibly a git-related utility:
- via commandline
- via a UI
See this Stackoverflow post for more info.