I did a bit of googling on how to delete remote git tags and there was a lot of options, some of which seemed a
Quick cheat sheet for referencing. Tags are a way to bookmark a particular version of your git repository for future referencing. Use them to bookmark
1) create a branch. $ git checkout -b feature/newFeature 2) add new files and commit. $ git add ./* $ git commit -a 3) push
Having recently setup the new codeconsortium.com website i thought i would share some of the steps i took to get things working as it was
I needed to install APC on a Plesk VPS today, and thought i would share what i did. Following the guide in the blog below