Day 4 Assignment
Day 4 Assignment
Ans:
1. Choose the directory
Open your terminal and navigate to that directory.
Ans:
1. Create and Switch to the new branch:
Use the “git branch Feature” command to create branch.
Then use “git checkout feature”command. This command switches you to a
different branch.