https://bitbucket.org/ เลือก Create repository
อันดับแรกเข้าไปใน directory แล้วจัดการ gitignore สำหรับ android ก่อน
ls -a
nano .gitignore
https://github.com/github/gitignore/blob/master/Android.gitignore
git init
git remote add origin https://[email protected]/xxxxx.git
git add .
git commit -m “Initial commit with contributors”
git push -u origin master
บันทึกความเปลี่ยนแปลงแล้วก็ push มันกลับไปที่ repo อีกครั้ง
git status
git add .
git commit -m “comment”
git push origin master
git clone
git pull
ref :
https://tupleblog.github.io/use-git-part1/
(Visited 99 times, 1 visits today)