You are on page 1of 1

git remote add origin

https://aleksandarvostic@bitbucket.org/aleksandarvostic/testinggit.git
git push -u origin master

vimara
a - edit
esc -> :wq

ribejzing
git checkout master (grana)
git pull
git checkout mojagrana
git rebase master (bilo koja grana)
git status
resis konflikte
git status
git add
git rebase --continue
git status
repeat ako treba
git push -f origin head

skvashovanje
git rebase -i head~n (n - broj komita)
umesto pick ide s
zakomentarisem poruku koja ne treba
git push -f origin head

You might also like