Tag Archives: Posts

Git and Github: keeping a feature branch updated with upstream?

Git and github, you gotta love them for managing and contributing to (FLOSS) projects. Contributing to a Github hosted project becomes very easy. Fork the project to your personal Github account, clone your fork locally, create a feature branch, make some patch, commit, push back to your personal Github account, and issue a pull request […]

The Linux-Training Project: Linux Training v2 released

As announced in February new versions of the Linux training courses were being (re-)written by Paul. I’m pleased to announce that v2 was merged in the master branch on github. I you want to test it or just check it out: git clone git://github.com/linuxtraining/lt.git cd lt git submodule init git submodule update ./make.sh ./make.sh build […]