aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ec6ec3a..f6f4612 100644
--- a/TODO.md
+++ b/TODO.md
@@ -14,3 +14,10 @@ TODO
* Automatically set git-hooks integration.
* Implement global hooks.
* Check remote configuration.
+* Push-to-deploy plugin:
+ * http://superuser.com/questions/230694/how-can-i-push-a-git-repository-to-a-folder-over-ssh
+ * https://devcenter.heroku.com/articles/git
+ * https://github.com/blog/1957-git-2-3-has-been-released (push-to-deploy)
+ * https://github.com/git/git/blob/v2.3.0/Documentation/config.txt#L2155
+ * http://stackoverflow.com/questions/1764380/push-to-a-non-bare-git-repository
+ * http://bitflop.com/tutorials/git-bare-vs-non-bare-repositories.html