JerryScript
Daydream Believer
- Mar 8, 2011
- 2,055
- 1,559
- 0
Hey Jerry, I ran into an error last night that I couldn't for the life of me get past.
So, doing what every great developer doesn't do, I deleted my ~/android/system file.(thinking that now because I've set up my repo, I can just sync from that and get everything back to the way it was.
But, an odd thing, when I had my repo, I edited a file that wouldn't let me make bacon, so that it would. Then I pushed that change to github, and I saw it go in successfully.
When I built from my repo today, it gave me the same error that I recieved before, even though I changed it. It wasn't so hard to change it again, but it got to me a little. How come I edited a file and it didn't go through in a repo sync?
Hopefully this was specific enough. I'm a git noob, in case you haven't noticed yet..![]()
Did you ever push your changes to your github?
Code:
<make some changes>
git commit -a -m "Commit message here"
git push origin
If you don't, then they won't be there when you sync.