图形化GUI

Tortoisegit

Github Desktop

C:\Users\管理员\.ssh

将本地代码提交到github的新分支上

git config --local -e 查看当前remote 情况,可以删除

git remote add origin [<https://github.com/leo2www/AI-dollop.git>](<https://github.com/leo2www/AI-dollop.git>) 添加目标项目git地址,设置为origin

git push -u origin dice-rolling 所有文件将上传origin,dice-rolling分支。远程仓库没有对应分支则新建(覆盖)分支。

大文件传输

git lfs

https://github.com/settings/billing/summary

<aside> <img src="notion://custom_emoji/9040cc52-5c24-4c85-8328-7061a24dd7f9/1b5d969b-881f-804c-bfba-007a5862d1d7" alt="notion://custom_emoji/9040cc52-5c24-4c85-8328-7061a24dd7f9/1b5d969b-881f-804c-bfba-007a5862d1d7" width="40px" />

LFS 存储用量有限制,https://github.com/settings/billing/summary Billings and plans的Plans and usage 页面下有已用量统计。

</aside>

本地仓库覆盖远程仓库commit记录

git push local_branch_name:remote_rewrite_branch_name --force

Plans