denisgnoonan.com
Versioning in Git using Tags | Denis's Developer Blog
https://denisgnoonan.com/2014/04/22/versioning-in-git-using-tags
Denis's Developer Blog. A blog on software and web development. Versioning in Git using Tags. Versioning in Git using Tags. April 22, 2014. Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual. And found the instructions for creating an annotated tag. Git tag -a v0.2 -m 'development version'. Once you have a tag, your list of tags can be reviewed using. Git push origin v0.2. Git checkout tags/v0.2. Git Manual, 2012. Stack Overflow, 2012. About Denis G Noonan.
denisgnoonan.com
Denis G Noonan | Denis's Developer Blog
https://denisgnoonan.com/author/denisgnoonan
Denis's Developer Blog. A blog on software and web development. View all posts by Denis G Noonan. Versioning in Git using Tags. April 22, 2014. Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of …. Read more ›. Getting the Duration of a Video with PHP. April 21, 2014. Read more ›. Splitting a file path in PHP. April 13, 2014.
denisgnoonan.com
Web Development | Denis's Developer Blog
https://denisgnoonan.com/category/web-development
Denis's Developer Blog. A blog on software and web development. Archive for Web Development. Versioning in Git using Tags. April 22, 2014. Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of …. Read more ›. Getting the Duration of a Video with PHP. April 21, 2014. Read more ›. Splitting a file path in PHP. April 13, 2014. This w...
denisgnoonan.com
PHP | Denis's Developer Blog
https://denisgnoonan.com/category/web-development/php
Denis's Developer Blog. A blog on software and web development. Getting the Duration of a Video with PHP. April 21, 2014. I wanted to calculate the duration of a video in seconds as in integer variable. For this I needed software outside of PHP. So, I decided to use the open source video encoding library, avconv, running on Linux Mint / …. Read more ›. Splitting a file path in PHP. April 13, 2014. Read more ›. Tagged with: file path. Follow Denis's Developer Blog on WordPress.com.
denisgnoonan.com
Linux Disk image Creation | Denis's Developer Blog
https://denisgnoonan.com/tag/linux-disk-image-creation
Denis's Developer Blog. A blog on software and web development. Posts tagged Linux Disk image Creation. Creating a Linux disk image. April 3, 2014. One of my colleagues needed to set up a server to run the software I was developing. To make his task easier, he suggested that I create a disk image from my development virtual machine. The most important thing is …. Read more ›. Tagged with: Linux Disk image Creation. Posted in Virtual Machines. Follow Denis's Developer Blog on WordPress.com.
denisgnoonan.com
Git | Denis's Developer Blog
https://denisgnoonan.com/tag/git
Denis's Developer Blog. A blog on software and web development. Versioning in Git using Tags. April 22, 2014. Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of …. Read more ›. Follow Denis's Developer Blog on WordPress.com. Versioning in Git using Tags. Getting the Duration of a Video with PHP. Splitting a file path in PHP.
denisgnoonan.com
Ubuntu | Denis's Developer Blog
https://denisgnoonan.com/tag/ubuntu
Denis's Developer Blog. A blog on software and web development. Getting the Duration of a Video with PHP. April 21, 2014. I wanted to calculate the duration of a video in seconds as in integer variable. For this I needed software outside of PHP. So, I decided to use the open source video encoding library, avconv, running on Linux Mint / …. Read more ›. Installing Laravel on Linux Mint / Ubuntu. March 29, 2014. Read more ›. Posted in Web Development. Follow Denis's Developer Blog on WordPress.com.
denisgnoonan.com
Linux | Denis's Developer Blog
https://denisgnoonan.com/tag/linux
Denis's Developer Blog. A blog on software and web development. Versioning in Git using Tags. April 22, 2014. Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of …. Read more ›. Getting the Duration of a Video with PHP. April 21, 2014. Read more ›. Installing Laravel on Linux Mint / Ubuntu. March 29, 2014. Read more ›. For my la...
denisgnoonan.com
file path | Denis's Developer Blog
https://denisgnoonan.com/tag/file-path
Denis's Developer Blog. A blog on software and web development. Posts tagged file path. Splitting a file path in PHP. April 13, 2014. During the week, I was faced with the problem of dividing a given string containing a file path into the file name, extension and the path to the file’s directory. For example, “/home/myuser/myfile.ext”, has to be split into “/home/myuser/”, “myfile” and …. Read more ›. Tagged with: file path. Follow Denis's Developer Blog on WordPress.com. Versioning in Git using Tags.
SOCIAL ENGAGEMENT