Uploaded December 2008 | Updated September 2026, 2 minutes ago
Was playing and came across a friend's creation...thought it was funny.
I don't know the likelihood of this happening twice, but w/e.
Was playing and came across a friend's creation...thought it was funny.
I don't know the likelihood of this happening twice, but w/e.

![Reverting a Git Repo: Restoring working code & Saving bad code
This was my attempt at using OBS and my new video editing software in addition to showing a HUGE set of commands I use to manage code.
Music: Sun Storm by Ryan094 ( http://www.newgrounds.com/audio/listen/130712 )
My goto link for Git commands: http://stackoverflow.com/questions/1628563/how-can-i-move-recent-commits-to-a-new-branch-with-git
Summary of commands:
git branch Fail_01_Macros_Ported_Wrong
git reset hard [SHA ID]
To list branches in a repo:
git branch
To change to different branch:
git checkout [name of branch]
How to force update remotes:
git push all force [remote name] Reverting a Git Repo: Restoring working code & Saving bad code](https://i.ytimg.com/vi/D0nHAmtX3hg/mqdefault.jpg)








