Syncing Public GitLab Projects to GitHub

set up your access and tools You’ll need python/pip/virtualenv git 1.7.3 or newer (for the hub tool) a GitHub ssh key configured on your GitHub account a GitLab ssh key configured on your GitLab account a GitLab API token the hub tool clone the projects usage 1 2 3 4 5 6 export GL_TOKEN='yourtokenhere' export GL_URL='https://gitlab.com' virtualenv -p python3 venv . venv/bin/activate pip install python-gitlab python main.py main....

December 30, 2019

Why All Creatives Should Learn Git  [draft]

Note-taking Every new technology or topic I approach gets its own directory. I dump everything I learn into it in the form of text files: steps taken when learning something new; stack traces and conditions to reproduce; troubleshooting steps; solutions or non-solutions (discovering a way to NOT solve a problem is progress too!) quick and dirty blog post drafts The reason for text files is two-fold: they’re easily version-controlled, and they’re easily searchable via grep....

October 15, 2017