I am using SmartGit and when I take a pull(merge and pull), it shows 'merging' on my project folder in repositories window and it is not allowing me to push my change.
Asked
Active
Viewed 404 times
1 Answers
0
You need to perform a commit to actually perform the merge, so commit the merge result after solving potential conflicts and then you can push

PeCosta
- 537
- 4
- 13