Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 309 Bytes

my-env

Keep track of my linux env

checkout

# init a repo
git init
# plug it to github
git remote add origin https://github.com/ayst/my-env.git
# retrieve everything
git fetch
# checkout master
git checkout -t origin/master
# remove git information
rm -rf .git