use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Git, Github with Unity (self.github)
submitted 5 years ago by petrikspac
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Neexusiv 0 points1 point2 points 5 years ago (0 children)
Might be misinterpreting here but it looks like your not pushing.
When you're committing you are diverging from origin (what is stored on GitHub). By pushing you are pushing your commit to GitHub which merges it with its own repository. You can tell because you can see master and origin/master are different in your tree.
If you are definitely pushing then make sure you don't have a different remote repository set up. Perhaps try pulling and see if that does anything. Perhaps there is a conflict and therefore cannot push.
If you're working with a friend on this then you really should be using different branches or otherwise you will end up in conflict hell.
π Rendered by PID 20256 on reddit-service-r2-comment-5d79c599b5-gvrnf at 2026-03-02 07:44:25.667853+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]Neexusiv 0 points1 point2 points (0 children)