aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-04 20:50:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-04 20:50:21 -0300
commitac6aad3d438c624e46c9433427376ac0c4a7d947 (patch)
tree277de26ba44a5453e206bee6fcda4a6e1d54211b /research
parent234346236386bb488b73aeceaba84d330f00a77f (diff)
downloadblog-ac6aad3d438c624e46c9433427376ac0c4a7d947.tar.gz
blog-ac6aad3d438c624e46c9433427376ac0c4a7d947.tar.bz2
Research: git: push to deploy links
Diffstat (limited to 'research')
-rw-r--r--research/git.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/research/git.md b/research/git.md
index c07abf9..9526ee0 100644
--- a/research/git.md
+++ b/research/git.md
@@ -99,6 +99,20 @@ groups for each project so you're not bound to the `git` group.
- [Git - Getting Git on a Server](https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server).
- [Git - Setting Up the Server](https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server).
+Push to deploy
+--------------
+
+* 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
+
Further development
-------------------