blob: ea59c929f791c1a9feb086cbcb8797eb9ecbdd66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Cygwin home (~) configuration
## Deploying on a fresh Cygwin installation
git init
git remote add origin git@github.com:egor-tensin/cygwin_home.git
git clean -fd
git pull origin master
git branch --set-upstream-to=origin/master master
|