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
ไม่มีความคิดเห็น:
แสดงความคิดเห็น