6. Advanced Git Topics
Rebasing (git rebase)
git rebase)git checkout feature-branchgit rebase master
Stashing (git stash)
git stash)git stashgit stash applygit stash listgit stash drop stash@{n}
Interactive commits (git commit --interactive)
git commit --interactive)Cherry-picking (git cherry-pick)
git cherry-pick)Last updated