Can you send me the outzzz code?
Closed this issue ยท 7 comments
Can you send me the outzzz code? pls.....
leterppergou@163.com
As @woctezuma mentioned correctly - this is github, full repository history is available to you, you can clone this repo and checkout any commit you want.
May I ask how to view historical works of Outzzz
Learn how to use git and github first.
You can go to https://github.com/Ryzhehvost/BoosterCreator/commits/master to see the list of commits. You can find last commit from Outzzz - it will be the time where I made this fork.
Or, you can go to https://github.com/Ryzhehvost/BoosterCreator/network to see graphical representation of the same, each dot represents commit, you can hover it to see the author and then click on it to view changes.
Or, and imho it's the best way, you can do git clone https://github.com/Ryzhehvost/BoosterCreator.git
- you will get a copy of this repository on your hard disk. Open the folder with repository and do git log
- it will show you the list of all commits. Find the last one from Outzzz, and copy it's hash. Then do git checkout <HASH>
, where instead of <HASH>
put the hash you copied - voila, your folder now contains the state of last Outzzz commit before the fork.
Hope this short introduction is enough for you. The rest you will find in git documentation https://git-scm.com/doc and github documentation https://docs.github.com
I realize it is also your clean
branch. So I believe one could do:
git clone https://github.com/Ryzhehvost/BoosterCreator.git --branch clean --single-branch
What I mean is, have you saved his other projects? Except for BoosterCreator
sorry for my english
No, I don't have any other projects from Outzzz.