Push git tags to a remote repository
If you ever wondered how to push the tags you set locally to a remote repository in git, you can do it with the following simple command:
git push --tags |
Give your Ruby console a dash of colour A Ruby implementation of the FizzBuzz test using the Enumerator class