Monday, January 21, 2019
Wednesday, January 16, 2019
Add Visual Studio solution to Github through command line
Add Visual Studio solution to Github using command line
git init
git add .
git commit -m "Initial commit"
git config --global user.name "your_git_username"
git config --global user.email "your_git_email"
git remote add origin https://github.com/<yourusername>/yourrepositoryname.git
git push -u origin master
Subscribe to:
Comments (Atom)
Angular 21 Micro FrontEnd (MFE)
Angular 21 @angular-architects/native-federation Shell + Remotes Auth + Roles Micro Frontends with Angular 21: A St...
-
Scott Guthrie has explained in detail regarding SQL Compact CE 4.0 embedded database in his article. Godaddy customer support idiots have...
-
Angular 21 @angular-architects/native-federation Shell + Remotes Auth + Roles Micro Frontends with Angular 21: A St...
-
Needs storage account for creating Azure function Runtime stack can be .net, java, node.js etc Azure Functions can be hosted as Consumption...
