I'm really new to the whole GitHub thing so this might seem like a basic question but I can't figure it out.
I have a GitHub repository set up on my machine, I've managed at some point to push the master but now I have made some changes and I want to push the entire thing again (pretty much everything changed).
What I'm wondering is:
- How do you push an entire repository to create a new version (from version 1.0.0 to 1.0.1)?
- How do you push a single file for more incremental changes?