How do you push changes to GitHub on OS X 10.6?
Posted
by dougoftheabaci
on Stack Overflow
See other posts from Stack Overflow
or by dougoftheabaci
Published on 2010-05-15T18:19:44Z
Indexed on
2010/05/15
18:24 UTC
Read the original article
Hit count: 152
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?
© Stack Overflow or respective owner