網頁

2016年1月11日 星期一

Linux Git

Last Update: 2016/1/11 23:18+08



Intro

Ubuntu 使用 git
安裝 git
sudo apt-get install git



Content

從github clone 專案下來
git clone git@github.com:username/projectname.git


Rename Folder
git mv  
Commit
git commit -m "message"
Push
git push



沒有留言:

張貼留言