V
V
vinograddd2016-09-20 20:18:55
git
vinograddd, 2016-09-20 20:18:55

How to overcome rebase in SmartGit?

Greetings!
I don't have a lot of experience with git, so this might sound like a dumb question.
Working on a project in a team using bitbucket. I use Smartgit on my computer.
I constantly run into a problem when someone made commits on bitbucket, I need to pull them to myself, but I have commits that have not yet been pushed. And in this case, the rebasing status is set for the repository. Commits are cancelled, well, push or pull doesn't work. What is the problem? Where am I dumb?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2016-09-20
@vinograddd

all smartgits are from the evil one.
suppose the master branch, the remote repository is origin. you have unstarted commits on the master.
git fetch origin
git rebase origin/master
git push origin master
et voilà!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question