git创建新的branch

131 阅读1分钟
  1. git branch test
  2. git branch查看
  3. git checkout test
  4. git push origin test