You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wanted to commit my solution for an assignement, it happened several times, that I ran into a conflict, because for some reason commits were created on the remote part of main while I was working. To fix it, I had to set git config pull.rebase false, then run git pull. After that I could commit and push.
Picture of the commit history after rebasing:
The text was updated successfully, but these errors were encountered:
When I wanted to commit my solution for an assignement, it happened several times, that I ran into a conflict, because for some reason commits were created on the remote part of main while I was working. To fix it, I had to set
git config pull.rebase false
, then rungit pull
. After that I could commit and push.Picture of the commit history after rebasing:
The text was updated successfully, but these errors were encountered: