what are the steps on how to create git branches from the terminal? -


i in branch of git project on command line, i'd create new branch duplicate current branch on.

what command create clone [or copy] of current branch?

next time @ github's documentation, pretty self-explanatory command

git branch <new_branch_name> 

Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -