aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-17 15:13:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-17 15:13:20 -0300
commit258f85ac1927736124ece74b8197628db939367f (patch)
tree8116834fc9dcae1b8264b6fb1f5a97ab3473c95a
parentcd35a0bf27b1177d2a502711ba28fa1d6d4a291c (diff)
downloadutils-git-258f85ac1927736124ece74b8197628db939367f.tar.gz
utils-git-258f85ac1927736124ece74b8197628db939367f.tar.bz2
Updates TODO: push-to-deploy
-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