diff options
-rw-r--r-- | .README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ of files `git clean` will delete by adding the `--dry-run` parameter. curl --silent --show-error --location https://github.com/egor-tensin/cygwin_home/raw/master/.gitignore > .gitignore git clean -d --force - git remote add origin git@github.com:egor-tensin/cygwin_home.git + git remote add origin git@github.com:egor-tensin/cygwin-home.git git pull origin master git branch --set-upstream-to=origin/master master |