The Artima Developer Community
Sponsored Link

Java Buzz Forum
How to create a new git local branch and push to repository (remote/origin)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ananth Chelladurai

Posts: 46
Nickname: cananth
Registered: May, 2013

Ananth Chelladurai is a java cowboy. My blood is tested positive for java
How to create a new git local branch and push to repository (remote/origin) Posted: Jun 5, 2013 4:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Ananth Chelladurai.
Original Post: How to create a new git local branch and push to repository (remote/origin)
Feed Title: Ananth Chellathurai's walk on software
Feed URL: http://feeds2.feedburner.com/AnanthChellathuraisWalkOnSoftware
Feed Description: My blood is tested +ve for java
Latest Java Buzz Posts
Latest Java Buzz Posts by Ananth Chelladurai
Latest Posts From Ananth Chellathurai's walk on software

Advertisement
From your terminal using commands Check your git version with the following command, git --version if you have git version equal or greater than 1.7.0, you should be able to do with the following commands. git checkout -b newbranch git push -u origin newbranch The first command creates a new branch from your current local branch. In order find what's your current branch use the command "

Read: How to create a new git local branch and push to repository (remote/origin)

Topic: Server sales Previous Topic   Next Topic Topic: Multilayered Architecture (4) – The Infrastructure Layer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use