greenfork / nimraylib_now

The Ultimate Raylib gaming library wrapper for Nim
MIT License
149 stars 16 forks source link

first person maze : ok #34

Closed jeangit closed 3 years ago

greenfork commented 3 years ago

@jeangit you can navigate to "Files changed" tab to see which changes your pull requests proposes. Currently it only deletes scripts/find_missing_examples.nim file. You will probably need to read some tutorials on git

greenfork commented 3 years ago

You can try this guide https://www.gun.io/blog/how-to-github-fork-branch-and-pull-request

greenfork commented 3 years ago

I updated contributing notes, please take a look https://github.com/greenfork/nimraylib_now/blob/master/CONTRIBUTING.md

It should have all things necessary

jeangit commented 3 years ago

yes i have followed the guide, but even git gurus were unabled to explain me how to ignore an tracked but already modified file (so included in the cache) except by removing it from the cache (git rm --cached file). So that's what i did, but it seems to have removed it on the pushed branch (not on local). git is so odd sometimes, sorry for that i revert things by getting a fresh version of the script, and then pushing it here again.