Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ea59c92
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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