File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ echo "# azure-cosmosdb-nextjs-starter" >> README.md
33 git add README.md
44 git commit -m " first commit"
55 git branch -M main
6- git remote add origin https://github.com/QUBUHUB/azure-cosmosdb-nextjs-starter .git
6+ git remote add origin https://github.com/QUBUHUB/temp .git
77 git push -u origin main
8-
98git branch -m QUBUHUBsoftware main
109git fetch origin
1110git branch -u origin/main main
1211git remote set-head origin -a
13- echo " # azure-cosmosdb-nextjs-starter " >> README.md
14- git init
12+ echo " # qubuhub " >> README.md
13+ git init
1514 git add README.md
1615 git commit -m " first commit"
1716 git branch -M main
18- git remote add origin https://github.com/QUBUHUB/azure-cosmosdb-nextjs-starter.git
17+ git remote add origin https://github.com/QUBUHUB
1918 git push -u origin main
You can’t perform that action at this time.
0 commit comments