Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 134 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 134 Bytes

How to install these

cd ~
git init
git remote add origin <repo-url>
git fetch
git switch --no-overwrite-ignore master