CS50 Recover – memory issue

I’m a bit stymied by this problem, so I’d love any advice or insight into what I’m doing wrong. In short, when submitting the below Recover code to CS50’s CHECK50, I pass every test except the last one. Instead, I get this error in the CHECK50 terminal: checking that program exited with status 0…checking for… Read More CS50 Recover – memory issue

Git: restore a deleted branch. (i can find a commit within that branch with `git log -p SHA`)

I deleted a branch that i want to restore. I tried to recover it and the only thing i could find is a commit from git-log running: git log -p 4afa3abc4218b6251dea24c910eaced6af465d11. Also – it seems that this SHA appears only on my local mac (when my colleague run this git-log command he gets an error)… Read More Git: restore a deleted branch. (i can find a commit within that branch with `git log -p SHA`)