dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

git.md (187B)


      1 # GitHub repo
      2 
      3 git init  
      4 git add README.md  
      5 git commit -m "first commit"  
      6 git branch -M main  
      7 git remote add origin https://github.com/regexghost/<repo>.git  
      8 git push -u origin main