Test how to use git and github
When finising create a repo, we can use these kind of command:
git remote add origin [email protected]:Narip2/learngit.git
git push -u origin main
After finishing these two commands, if we chance our context in local, we can just use this short command to do the changes:
git push origin main
reference:https://blog.csdn.net/u012526120/article/details/49401871