@aleku399 you were supposed to have checked out into master and then pulled in latest master changes. Switched to a new branch and then started your new work. It seems though that you checked out from the parser branch. Does this make sense.
So git check into master, pull in latest changes, delete current alex/blob branch checkout into new alex/blob copy over the work you have done from github and push again.
@aleku399 you were supposed to have checked out into master and then pulled in latest master changes. Switched to a new branch and then started your new work. It seems though that you checked out from the parser branch. Does this make sense.
So git check into master, pull in latest changes, delete current
alex/blob
branch checkout into newalex/blob
copy over the work you have done from github and push again.