git How To
Create and push a branch
September 27, 2018
0

$ git fetch && git checkout your_branch_name

$ git add .
$ git commit -m “adding a change from the feature branch”
$ git push origin your_branch_name

Reference: https://confluence.atlassian.com/get-started-with-bitbucket/create-and-push-a-branch-862720857.html

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

SVN Command to manage tracking of personal projects.

I was recently working on some of projects of my s...

Read more

How to Code Signing to Your Java Project

Recently I was developing an App using Java that w...

Read more
cloudflare email obfuscation

Fixing Email Scrap in your XML API when you use CoudFlare

Recently I am using CloudFlare for one of my serve...

Read more

There are 0 comments

Leave a Reply

Your email address will not be published. Required fields are marked *