Skip to content

Commit 67797d5

Browse files
Update bash.sh
1 parent 41f9f23 commit 67797d5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

bash.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
98
git branch -m QUBUHUBsoftware main
109
git fetch origin
1110
git branch -u origin/main main
1211
git 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

0 commit comments

Comments
 (0)