-
2025-03-04 notes git
git rebase onto
change the base of a branch to a different branch
-
2025-02-25 notes git
git rename local and remote branch
rename a branch that has already been pushed
-
2024-07-14 notes git
git submodule
Initialize, pull, and update git submodules
-
2024-07-08 notes git
git checkout line by line (hunk by hunk)
Use “git checkout --patch” to apply changes line by line