Browse Source

更新 'linux技巧'

coolsoul 1 month ago
parent
commit
a65946a42f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      linux技巧

+ 4 - 0
linux技巧

@@ -22,3 +22,7 @@ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash max_loop=96"
 
 sudo update-grub
 
+git选择tag
+git switch -c v1.4.0 1.4.0
+//git选择branch
+git checkout -b vxxx.xxx