Git: How to save to two Git repos
I have git repo living on Amazon CodeCommit [https://aws.amazon.com/codecommit/] but I want to save backups on Github or Bitbucket. Here's how: Step...
A tool for publishing software amongst a group of people.
I have git repo living on Amazon CodeCommit [https://aws.amazon.com/codecommit/] but I want to save backups on Github or Bitbucket. Here's how: Step...
This happens to me all the time. I forget to add a .gitignore to my git repo and then I start creating a bunch of folders for my...
Elastic Beanstalk is a one-stop shop for Ruby on Rails developers to publish their apps. In this tutorial, I'll show you how to first commit your...
If you have an existing web app you want to publish to Github, here's how. Step 1 Create a new Github Repo [http://github.com/new]...
Tags are useful for recording milestones in your code. It's a stable point in your code. List Tags git tag -------------------------------------------------------------------------------- Create Tags Create a Basic...
With Rails 5, the deployment process to Heroku has gotten even easier. Here are the steps to publishing a new Heroku app without using a one-click install. STEP...
Heroku uses Git for version control and collaborative coding. Below are a few helpful commands plus a better process for app development.
Here's a tip for new developers learning how to use Git for short sprints. The first step is to create a branch. Step 1 - List...
Deprecated Openshift v2.0 has now reached End of Life [https://blog.openshift.com/migrate-to-v3-v2-eol/] and will be replaced by v3.0. -------------------------------------------------------------------------------- Openshift comes with Git and...
This article is for developers interested in installing two different versions of Ruby on their system. Method 1 We'll use brew package manager to help you...