git add
git checkout -b <new_branch>
git rebase master
git fetch origin
git rebase origin/masterMay 10, 2026
Git
A short write-up on why Notion makes a great lightweight CMS for a Next.js site.
May 10, 2026
A short write-up on why Notion makes a great lightweight CMS for a Next.js site.
git add
git checkout -b <new_branch>
git rebase master
git fetch origin
git rebase origin/master