Uploaded May 2010 | Updated September 2026, 2 hours ago
This is a little program I made for PvPGN. It's bascially a suped up find and replace with backup.
It makes my life easier, so I use it.
For more information see the sourceforge page:
sourceforge.net/projects/pipsopen
NOTE: The program must be placed within your PvPGN file folder to operate.
This is a little program I made for PvPGN. It's bascially a suped up find and replace with backup.
It makes my life easier, so I use it.
For more information see the sourceforge page:
sourceforge.net/projects/pipsopen
NOTE: The program must be placed within your PvPGN file folder to operate.








![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)

