Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 233 Bytes

ReadMe.md

File metadata and controls

13 lines (11 loc) · 233 Bytes

On a new computer, in C:\Users\[name]\:

git init
git remote add origin [email protected]:tfiers/dotfiles.git
git fetch
git checkout origin/main -ft

Everything is gitignored, so to add a new file:

git add -f newfile