[solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069
|
11-23-2013, 04:10 PM
Post: #3
|
|||
|
|||
RE: [solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069
(11-22-2013 09:17 PM)[Unknown] Wrote: I've never tried it (--branch with a commitish) but theoretically this could work: # git clone https://github.com/hrydgard/ppsspp.git --branch v0.9.5-571-g7ec0069 --single-branch --recursive Cloning into 'ppsspp'... warning: Could not find remote branch v0.9.5-571-g7ec0069 to clone. fatal: Remote branch v0.9.5-571-g7ec0069 not found in upstream origin Unexpected end of command stream it's not working. thanks though |
|||
« Next Oldest | Next Newest »
|
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
RE: [solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069 - [Unknown] - 11-22-2013, 09:17 PM
RE: [solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069 - fastrizwaan - 11-23-2013 04:10 PM
RE: [solved] git checkout ppsspp's specific version e.g. v0.9.5-571-g7ec0069 - Henrik - 11-25-2013, 11:08 AM
|