git rebase

无头之蝇發表於2024-08-15

533 git status
534 git add CMakeLists.txt
535 git add bsw/cdd/nvidia/
536 git status
537 git commit -m"add nvidia pwm output"
538 git status
539 git reset --hard
540 git pull --rebase
541 git log -2
542 git log -3
543 git push origin HEAD:nvidia
544 history
合理合理

git pull --rebase 做了什麼? 以及 Cannot rebase: You have unstaged changes 解決辦法_cannot rebase: you have unstaged changes. please c-CSDN部落格

相關文章