aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-03 23:10:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-03 23:10:26 -0300
commit7a87efd38410c355c11adaf982eaff876b989c42 (patch)
tree4314066c6e7701f1724facbd4f0dab4bee0e3a92
parent276a8b2fde1a66a1e8ddde698ee51de1e5c114db (diff)
downloadutils-git-7a87efd38410c355c11adaf982eaff876b989c42.tar.gz
utils-git-7a87efd38410c355c11adaf982eaff876b989c42.tar.bz2
Git push-to-deploy placeholder
-rwxr-xr-xgit-push-to-deploy20
1 files changed, 20 insertions, 0 deletions
diff --git a/git-push-to-deploy b/git-push-to-deploy
new file mode 100755
index 0000000..6622466
--- /dev/null
+++ b/git-push-to-deploy
@@ -0,0 +1,20 @@
+#!/bin/bash
+#
+# Implements push-to-deploy, emulating the functionality
+# from git 2.3.
+#
+# References
+#
+# https://www.digitalocean.com/community/tutorials/how-to-set-up-automatic-deployment-with-git-with-a-vps
+# https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more
+# http://krisjordan.com/essays/setting-up-push-to-deploy-with-git
+# https://petecoop.co.uk/blog/git-2-3-push-deploy
+# 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
+
+# Still to be coded
+echo TODO :P