systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
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