git basics

Youngjoon Won - Jan 19 '21 - - Dev Community
git clone https://github.com/your_id/your_repo.git
git remote set-url origin https://your_id@github.com/your_id/your_repo.git
git commit . -m "comments"
git push
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . .