💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › dotfiles › gf.gmi captured on 2024-07-09 at 02:59:10. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
gf (131B)
1 # git forward master branch 2 git fetch 3 git checkout -b tmp 4 git branch -f master origin/master 5 git checkout master 6 git branch -D tmp