Home Account

Tag :: git

git delete remote tag script

2015-08-27 18:45 dennis iversen

Tags: php git

Simple script to delete a remote git tag. When a programmer does a thing more than three times, he should make a small program.


git auto commit script

2013-03-25 12:53 dennis iversen

Tags: php scripts-and-functions git

Simple script to perform the steps involved in adding, committing and pushing to a remote git repo. It rewrites the https URL to ssh URL in the process.