Git - Create Branch


Git - Create Branch

Balu
Balu Infrastructure Solution Architect | SRE | DevOps Manager | Platform Engineer | Monitoring | CICD | ODD | SQL/NoSQL | ELK | AWS | Jhipster | Microservices | Agile | Scrum
Git - Create Branch

Checkout to main branch

git checkout develop

Pull Letest

git pull

Create new branch

git checkout -b jinnabalu/brnachName

jinnabalu: user name of the github, to recognize the user by branch name easily when working with team

branchName: brnachName for readability we maintain NamingConvension for naming the branch.

comments powered by Disqus