master
parent
c0fcd409fa
commit
b92b8caf11
|
@ -1,3 +1,8 @@
|
||||||
|
I have tried `gitorigin_branch:` and it does not seem to work. I have to use `gitorigin_branch: ''` to literally set it to empty string to make it work.
|
||||||
|
[[newton108]]
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
I have followed this idea along, and it seems to work pretty well.
|
I have followed this idea along, and it seems to work pretty well.
|
||||||
Now I have a question as a git newbie. Can I have the post-commit hook on the server use something like rsync to update the files on a third machine hosting the web server? The web server does not have git (cretins!). Of course I could just run a cron job.
|
Now I have a question as a git newbie. Can I have the post-commit hook on the server use something like rsync to update the files on a third machine hosting the web server? The web server does not have git (cretins!). Of course I could just run a cron job.
|
||||||
|
|
||||||
|
@ -11,6 +16,8 @@ Or, was this last remark about rebuilding after pulling meant to apply to rebuil
|
||||||
> Of course you don't need a web server on the laptop. It is useful for
|
> Of course you don't need a web server on the laptop. It is useful for
|
||||||
> previewing pages before publishing them though. --[[Joey]]
|
> previewing pages before publishing them though. --[[Joey]]
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
I have followed this idea too, however after pushing to the server running gitk in the scrdir shows that the remotes/origin/master branch is newer than the master. Is this normal? Have I reset the master branch to remotes/origin/master then every time when someone pushed something (and run ikiwiki -setup afterwards?)
|
I have followed this idea too, however after pushing to the server running gitk in the scrdir shows that the remotes/origin/master branch is newer than the master. Is this normal? Have I reset the master branch to remotes/origin/master then every time when someone pushed something (and run ikiwiki -setup afterwards?)
|
||||||
[[Micheal]]
|
[[Micheal]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue