git config --global http.proxy http://192.168.2.1:8080
dotnet new gitignore
git add .
git commit -m "Initial commit - ASP.NET Core project"
git remote add origin https://github.com/USERNAME/AspNetCoreProject.git
git remote -v
git branch -M main
git push -u origin main```
reenapraveenap/ASP.NET-Core-project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|