Ok, I’m not the person that uses Git all the time, there I’ve said it. I cheat and direct edit files (a lot)!
But I’m trying to be better…..
To that end I’m writing this post(s) to chronicle my journey from sometimes git user to a fully committed (pun intended) user.
Here’s the plan;
- set up git on a webserver
- install GitLab on another server in a Docker container
- use Nova (Panic’s great editor) on my local machine
The plan is to push changes from local to GL then have those push mirror to the webserver. Sounds simple right?
In this way I’ll have a working GitLab instance acting as the hub of any development I do…..
