วันเสาร์ที่ 5 ตุลาคม พ.ศ. 2556

Useful git command

git clone <URL>
git rm file.txt
git rm --cached file.txt
git rm -r directory
git rm -r --cached directory
git add -u .
git branch -b dev origin/dev
git push  <REMOTENAME> <BRANCHNAME>


# Ignore everything in this directory
*
# Except this file
!.gitignore

ไม่มีความคิดเห็น: