chmod after copy

main
Jonathan Dahan 12 months ago
parent 1fa501d508
commit 7c39e75b89

@ -3,7 +3,7 @@
## quickstart
$ ssh server "git clone --bare https://git.woodbine.nyc/micro/jonathan.is.git"
$ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive"
$ ssh server "cd jonathan.is.git && git show HEAD:hooks/post-receive > hooks/post-receive && chmod +x hooks/post-receive"
$ git remote add server ssh://server/~jonathan.is.git
$ git push server

Loading…
Cancel
Save