The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069
11-22-2013, 06:18 PM (This post was last modified: 11-22-2013 07:03 PM by fastrizwaan.)
Post: #1
[solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069
How do we checkout specific revison version even when there is no previous download or git clone folder. this is to download specific ppsspp version from the based on specific version like v0.9.5-571-g7ec0069. I forgot how to do that.

It'd be great if we directly could download a specific revision!

UPDATE: ok this seems to work:

git clone https://github.com/hrydgard/ppsspp.git
cd ppsspp
git checkout -b v0.9.5-571-g7ec0069
git submodule update --init
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069 - fastrizwaan - 11-22-2013 06:18 PM

Forum Jump: