Hi Guys,
I need a little help with the git tasks.
I am not sure what did I do wrong below are the steps executed.
Hi Guys,
I need a little help with the git tasks.
I am not sure what did I do wrong below are the steps executed.
Seems like you didn’t create the new branch from master
.
Thank you @Inderpreet so for next try I should do something like this:
git init
git checkout master
git checkout -b new_branch master
Thanks in advance