GitHub Pages Publish
GitHub pages allows a GitHub repository to function as a static web-server thing.
GitHub pages allows a GitHub repository to function as a static web-server thing.
In which I briefly pontificate on the Git-Flow Workflow.
I have a GoGS server for my work.
I want to back it up off-site to our GitLab instance.
According to a document I read this should be possible using post-receive hooks.
This is a quick post-mortem on the three methods I examined for nesting some of our Git repos. In the end, I ran out of time and felt that the diversity of a CS team means that special handling would not produce a time saving benefit for me.
I’ve been assembling a “full stack”1 for development that runs on my Pi3. This is all happening inside of [Docker][piDocker] containers which made cleanup redonkulously easy. Today I was looking at a source code management system; something of a “my own GitHub” which I can run on my own network.