Thus far I've been writing code and I haven't seen a way to revert to a prior state. I'm getting anxious not knowing if my code base will be safe from any unforseen issues. I want to back up all I've written to my Github account but I can't even find a branch id I can refer to to do the cloning and no UI indicating that possibility. How do I back up my code without having to manually copy/paste?

Author