How to create and push a tag using git
This minipost will guide you through all the required steps to create and push a git tag. Tags are really important in development as they mark specific versions of the developed software project.
This minipost will guide you through all the required steps to create and push a git tag. Tags are really important in development as they mark specific versions of the developed software project.
This minipost will guide you through all the required steps to successfully uninstall a specific version of Rails from your development system. Trying only to uninstall gem rails is not sufficient, you also need to uninstall gem railties.
Sometimes, depending on what you are willing to do, especially when your deployment process is via git, you want to redeploy your application to the remote server, but there are no local changes on the repository to git push.
This minipost will guide you through the process of updating a production application running on the Heroku platform to the latest stack via heroku cli. It is a straight forward process and we will use an empty commit with a relevant message to track the upgrade in history.