-
Notifications
You must be signed in to change notification settings - Fork 0
Câu lệnh Git
Nguyễn Trần Hậu edited this page Mar 21, 2017
·
1 revision
-
git init
-
git remote add origin <Địa chỉ git>
-
git fetch origin
-
git pull origin master
-
git add --all
-
git commit -a -m "Comment"
-
git push origin master
-
git branch testing
-
git checkout branch
-
git commit ..bla bla and git push ...bla bla
-
git checkout master
-
git merge testing
-
git checkout gh-pages
-
git rebase master