GIT: Git Flow Feature Branch and Pushing to Github

Опубликовано: 03 Октябрь 2024
на канале: CodeOps Show
68,034
931

In this episode we show you how to create a feature branch. We also show you how to generate a key pair that will allow you to authenticate your computer with your github account so you can push your to your repository hosted on Github.

The feature branch can help you ensure that members of your team are working on the right part of the code. It isolates the 'workspace' for individual members on the team, or teams working on the same branch. The feature branch references the develop branch which is mapped to the staging server.

Before we can push to github we need to generate the ssh key pair so that we can authenticate the computer to github without using username and password. This can help speed up your workflow.

#LINKS
Google HackFair Bangkok (participant) - http://bit.ly/1TRpCK0
Google HackFair Bangkok (exhibitor) -http://bit.ly/1OJRzUa

#SOCIAL
Facebook -   / codemy.net  
Twitter -   / codemynet  
Website - http://www.codemy.net/