git-guide icon indicating copy to clipboard operation
git-guide copied to clipboard

Missing merge command

Open mjavadhpour opened this issue 7 years ago • 0 comments

create a new branch named "feature_x" and switch to it using git checkout -b feature_x switch back to master git checkout master and delete the branch again git branch -d feature_x a branch is not available to others unless you push the branch to your remote repository

I think this section also must have merge command.

mjavadhpour avatar Sep 24 '17 13:09 mjavadhpour