![]() |
Cách sử dụng Git cho Bitbucket - Lệnh cơ bản |
git clone https://username@bitbucket.org/username/folk_name.git
git remote add upstream https://username@bitbucket.org/docom/name.git
git remote -v
git pull upstream master
git config --global user.name "username"
git config --global user.email youraccount@gmail.com
git add --all
git commit -m 'about'
git push
git pull upstream master
git status
git reset HEAD~1
EmoticonEmoticon