Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialYasir Ali
1,074 Pointsgit commit -m giving me this: nothing to commit, working directory clean
I get this: On branch master Your branch is ahead of 'origin/master' by 2 commits. (use "git push" to publish your local commits) nothing to commit, working directory clean
I deleted the old repo because it wasn't being updated with my files. So i deleted the old repo and made a new one attempting to git commit it and when i do: git remote add origin https://github.com/yasirnali/alitreebook.git
I get fatal: remote origin already exists.
1 Answer
Stone Preston
42,016 Pointstry removing the origin first before adding it again
git remote rm origin
git remote add origin https://github.com/yasirnali/alitreebook.git