2020年6月4日 星期四

[git] 常用的操作

[clone]
  • only clone .git without checkout
  • git clone --no-checkout [repo_url]

沒有留言:

張貼留言

[Ubuntu 14.04] 遠端桌面使用原生ubuntu14.04桌面

方法1:  1. 要先在原始VGA下打開terminal console 2. 輸入     $  gsettings set org.gnome.Vino require-encryption false                                     ...