Skip to main content

Git


Checkout Previous Revision

git checkout {SHA}


Merge Main Into Branch

main> git pull
custom-branch> git rebase main