Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在尝试从现有分支创建新分支时,我面临以下两个选项:
+ Create branch...
+ Create branch from...
我真的不明白这两个选项之间的区别。
这两个命令都用于创建新的分支,并在创建成功后切换到该分支。但
我猜第一个从您当时工作的点创建一个分支......在另一个上,您指定从哪里开始。