-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCMD.txt
More file actions
14 lines (12 loc) · 633 Bytes
/
CMD.txt
File metadata and controls
14 lines (12 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**…or create a new repository on the command line**
echo "# SPSGP-65269-Virtual-Internship---Android-Application-Development-Using-Kotlin" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/smartinternz02/SPSGP-65269-Virtual-Internship---Android-Application-Development-Using-Kotlin.git
git push -u origin main
**…or push an existing repository from the command line**
git remote add origin https://github.com/smartinternz02/SPSGP-65269-Virtual-Internship---Android-Application-Development-Using-Kotlin.git
git branch -M main
git push -u origin main