Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 320 Bytes

File metadata and controls

11 lines (10 loc) · 320 Bytes

Visual Studio to github COMMANDS

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```