Create repo without using terminal
How can i create repo with vscode browser version because i cant use terminal in browser version (im using mobile)
5 Replies
the easiest way:
- go to github or gitlab or whatever git website you use
- make your repo there
- copy the clone url
- go to vscode
- clone the repo
there you go: you now have a folder that is configured for git to do it's magic
thanks got it.
i just have to upload random file in my repo
the repo usually will have a readme file
Haha, another way is use GitHub api by curl or whatever http request tool
Some of those systems (like Github) also have a desktop application where you can create/clone/manage your repositories too.