We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8ad77 commit 41f9f23Copy full SHA for 41f9f23
1 file changed
bash.sh
@@ -5,3 +5,15 @@ echo "# azure-cosmosdb-nextjs-starter" >> README.md
5
git branch -M main
6
git remote add origin https://github.com/QUBUHUB/azure-cosmosdb-nextjs-starter.git
7
git push -u origin main
8
+
9
+git branch -m QUBUHUBsoftware main
10
+git fetch origin
11
+git branch -u origin/main main
12
+git remote set-head origin -a
13
+echo "# azure-cosmosdb-nextjs-starter" >> README.md
14
+ git init
15
+ git add README.md
16
+ git commit -m "first commit"
17
+ git branch -M main
18
+ git remote add origin https://github.com/QUBUHUB/azure-cosmosdb-nextjs-starter.git
19
+ git push -u origin main
0 commit comments