Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create a branch from old commit

git log --author=<name or email> // get user (press enter to find exact one)
git checkout -b justin a9c146a09505837ec03b //create and checkout branch
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #branch #commit
ADD COMMENT
Topic
Name
5+5 =