2025年12月25日 星期四

github 使用

github 初始

 https://chatgpt.com/share/694c86c7-1788-800e-97de-5c492ec415e5


在 ubuntu 下用 ssh,可先用此指令設定

git remote set-url origin git@github.com:usrname/reponame.git


快速 push

git add . && git commit -m "update something" && git push -u origin main