git reset有多個選項:
- hard: 把branch上的節點資料清除,把workspace所有的資料都清除,由repository上的資料替換
- soft: 把branch上的節點資料清除,但workspace的資料不會移除
$ sudo apt-get install software-properties-common $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-apache
$ sudo certbot --authenticator webroot --installer apache