Uploaded February 2014 | Updated September 2026, 3 hours ago
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 ( newgrounds.com/audio/listen/130712 )
My goto link for Git commands: 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]
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 ( newgrounds.com/audio/listen/130712 )
My goto link for Git commands: 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]










