Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

git config --global user.

name "username" -> ang inyo nga username


git config --global user.email "email@email.com" -> ang inyo nga email
git init -> para ma initialize ang local nga repository
git remote add origin https://username:password@bitbucket/repo.git -> ang link n
ga ihatag ko pero islan niyo na username kag passwword
git remote set-url origin http://username:password@bitbucket/repo.git -> same la
ng gyapun ang gin type niyo sa babaw lain lang option command
git add .
git branch -u origin/master master -> kag lastly para ma enable ang push, pull k
ag sync
git checkout -t -b master origin/master
git checkout -b master
git config --global credential.helper wincred
git branch --set-upstream-to origin/my_branch

You might also like