Skip to content

Commit 41f9f23

Browse files
Update bash.sh
1 parent 0b8ad77 commit 41f9f23

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bash.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ echo "# azure-cosmosdb-nextjs-starter" >> README.md
55
git branch -M main
66
git remote add origin https://github.com/QUBUHUB/azure-cosmosdb-nextjs-starter.git
77
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

Comments
 (0)