Wednesday, October 17, 2018

Lesson2: Create new branch and checkout

  1.  Curently:

  1. Goal: 

Git command:
  •  git branch bugFix
  • git checkout bugFix
Other: If you want to simple, you can type command line
  • git checkout -b bugFix

No comments:

Post a Comment