Git常用指令

* 查看本地端 brach
git branch

* 查看Remote brach
git branch -r

* 同時查看本地端及Remote brach
git branch -a

* rescan file for update ignore
git rm -r --cached .
git add .

* 建立空的branch
git checkout --orphan <branch-name> 
git rm --cached -r .                #clean all file


留言

這個網誌中的熱門文章

ORA-12514: TNS: 監聽器目前不知道連線描述區中要求的服務

Oracle 例外控制(Exception Control)

Oracle 工作排程 DBMS_JOB 筆記