Tag: git

Bootstrapping a Jekyll Blog using Gitlab

This is one of those odd posts that came about because I starting playing with one idea and something else came about all-together. It started with me considering blogging options besides WordPress. There’s lots of platforms out there, and some of them are quite good. I’m also looking for something that I can run for free. Right now my WordPress.com premium account is paid for until almost the end of the year. So I have plenty of time to consider other options.

2017-02-04
permalink

<a href="/category/blog/">blog</a>

<a href="/tag/blogging/">blogging</a> <a href="/tag/git/">git</a> <a href="/tag/github/">github</a> <a href="/tag/gitlab/">gitlab</a> <a href="/tag/howto/">howto</a> <a href="/tag/jekyll/">jekyll</a>

Using Git and Dropbox with a Bitcasa Upstream

After using GitHub to contribute to a project the other day, I got to thinking about other uses for Git. One was to keep a backup of my ~/bin folder. I write a lot of one-off scripts to make my life easier. Most of the time they’re under 20 lines and previous versions aren’t really needed. But sometimes1 I break things. Other times I’ll go back and wonder what the hell was I thinking.

2015-04-06
permalink

<a href="/category/blog/">blog</a>

<a href="/tag/git/">git</a> <a href="/tag/hacking/">hacking</a> <a href="/tag/programming/">programming</a> <a href="/tag/software/">software</a>

GitHub and Contributing to Pull Requests

I have a few projects up on GitHub, but it’s more of a “code storage” place than a “get work done” place. But the other night I ran across a project that I could make a quick contribution to. Besides helping out the project, I also learned a few things about how pull requests work. Including how to clone a pull request and work with the pull request author directly.

2015-04-03
permalink

<a href="/category/blog/">blog</a>

<a href="/tag/git/">git</a> <a href="/tag/github/">github</a> <a href="/tag/open-source/">open source</a> <a href="/tag/software/">software</a>