Post Reply 
 
Thread Rating:
  • 4 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide:- Compiling PPSSPP on Windows for Dummies (updated for MSVC 2013)
10-11-2013, 08:46 PM (This post was last modified: 10-11-2013 08:49 PM by Ritori.)
Post: #71
RE: Guide:- Compiling PPSSPP on Windows for Dummies
Now i ask how to revert(delete) something on past and build latest version without it...
http://stackoverflow.com/questions/41140...git-commit

Code:
# This will destroy any local modifications
# Don't do it if you have uncommitted work you want to keep
git reset --hard 0d1d7fc32

# Alternatively, if there's work to keep:
git stash
git reset --hard 0d1d7fc32
git stash pop
# This saves the modifications, then reapplies that patch after resetting.
# You could get merge conflicts, if you've modified things which were
# changed since the commit you reset to

should i use git reset --hard etc or that alternatively?

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Guide:- Compiling PPSSPP on Windows for Dummies - Ritori - 10-11-2013 08:46 PM

Forum Jump: