You can make repository using git API
curl -u 'USER' https://api.github.com/user/repos] -d '{"name":"REPO"}'
# Remember replace USER with your username and REPO with your repository/application name! git remote add origin git@github.com:USER/REPO.git git push origin master
'개발환경 설정 > Git' 카테고리의 다른 글
git terminal 계정변환시 재인증 안될 경우 (0) | 2021.02.08 |
---|---|
git] commit 이력이 contribution에 나오지 않는 경우 (0) | 2020.02.27 |