git command note

[Q]remove files from github repository
[A]
 >git rm FILENAME
 >git commit -m "REMOVE COMMENT"
 >git push
[R] stackoverflow




Comments

Popular posts from this blog

股票評價(Stock Valuation) - 股利折現模型

openwrt feed的使用

R 語言:邏輯回歸 Logistic Regression using R language (二)