mchorse / aperture

Advanced Minecraft camera mod
GNU General Public License v3.0
89 stars 17 forks source link

Update config_comments.yml #37

Closed duhnunes closed 4 years ago

duhnunes commented 4 years ago

• Add camera_editor_f1_tooltip

mchorse commented 4 years ago

Hey, thanks! Can you also translate this and this? 🙂

duhnunes commented 4 years ago

I think if I edit directly in "patch-1" should I change automatically? Sorry, I don't know 100% github yet, it's always a new apprentice.

mchorse commented 4 years ago

Uh, to be honest, I'm not really sure what do you mean. It looks fine to me. You probably shouldn't use GitHub for editing the files. The most optimal way is to actually clone the git repository onto your computer, edit files there, and then push them back. This way you can also update your repository when I add more code.

However, it is quite complicated, not gonna lie. What you can do any time I update the code, you can delete your fork, and then fork it again. That works too 😅

duhnunes commented 4 years ago

I say about the branch that is created when I edit the file. But it seems that if I edit the fork I already have it doesn't create a new branch. I don't know git, so I use the site itself. I add the new stuff and compare it to the original file. It is certainly a longer job.

Thank you for the tips.