Announcements

Patching with Git

Great article on how to create and apply a patch with Git In my setup I used the following: cd /var/tmp mkdir clone_tmp git clone git@github.com:details_here_removed git checkout -b hotfix_branch_name  (create local

Patching with Git Read More »

Shopping Cart