C
C#2y ago
Grin

✅ How do I load an earlier version of my code from github?

Yesterday I finished a small update on a project I was working on. I created a repository and pushed everything then saved. Today I opened up studio & changed quite a bit of stuff and actually broke my program. I want to load back to yesterdays version but I accidently saved the project on my computer (local) without pushing. Besides going to my github and just copy/pasting everything, is there a way for me to pull the old version without having conflicts from github? I've never used the pull or fetch function before.
2 Replies