Skip to content

Latest commit

 

History

History

git-create-branches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Git Create Branches

Problem

Nautilus developers are actively working on one of the project repositories, /usr/src/kodekloudrepos/beta. Recently, they decided to implement some new features in the application, and they want to maintain those new changes in a separate branch. Below are the requirements that have been shared with the DevOps team:

On Storage server in Stratos DC create a new branch xfusioncorp_beta from master branch in /usr/src/kodekloudrepos/beta git repo.

Please do not try to make any changes in the code.

Solution

sudo su
git checkout master
git checkout -b xfusioncorp_beta master