💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › dotfiles › gf.gmi captured on 2024-08-25 at 00:53:11. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

systemSetup

Log

Files

Refs

README

LICENSE

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