How does a developer create and switch to a new branch called ג€my-bug-fixג€ to develop a product fix?
Posted: Fri Jul 22, 2022 2:52 pm
How does a developer create and switch to a new branch called ג€my-bug-fixג€ to develop a product fix?
A. git checkout -b my-bug-fix
B. git branch -b my-bug-fix
C. git branch my-bug-fix
D. git checkout my-bug-fix
A. git checkout -b my-bug-fix
B. git branch -b my-bug-fix
C. git branch my-bug-fix
D. git checkout my-bug-fix