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
Post a Comment