Using Repositories
Let’s practice pushing to our repository. I’m going to do something simple: add a new image file to the img/characters folder. Let’s see what that looks like in GitHub Desktop.

It shows me a preview of what I’ve added! This is super helpful when I’m trying to see what I’ve added without having to navigate the folder.
GitHub does the same thing for most file types (pretty much all file types you’ll work with in basic OMORI modding). In the sidebar, it shows you what files you’ve added and their file paths, and once selected, shows you a preview of what you’ve added into the repository.
Last updated