DEV Community

Youngjoon Won
Youngjoon Won

Posted on

git basics

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

Top comments (0)