[新手 git ] git branch基本指令


Posted by tzutzu858 on 2020-06-21

  • git branch -v 可以看出現在有哪些branch

  • git branch <AAA> 新增一個叫AAA的 branch

  • git branch -d <AAA> 刪除一個叫AAA的 branch

  • git checkout <branch-name> 切到指定的branch

  • git merge <AAA> 把AAA合併進來我現在的branch


#Git







Related Posts

SQL Table Value Constructor – SELECT Statement (Create a Table With Value Generated By My Self)

SQL Table Value Constructor – SELECT Statement (Create a Table With Value Generated By My Self)

如何使用 Google Cartographer SLAM 演算法來建地圖

如何使用 Google Cartographer SLAM 演算法來建地圖

[Power BI] 讀書會 #6 Power BI建立資料連結

[Power BI] 讀書會 #6 Power BI建立資料連結


Comments