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 trial

Development Tools

Ryan Hellerud
Ryan Hellerud
3,635 Points

understaning git

Hi Guys, So I pushed a project I am working to in zurb foundation 5 to a private repo, and im looking at the commits and i see a ton of commits by other users on what looks to be other files. So, Im just trying to figure out how it all works and why im seeing all these commits to me private project.

4 Answers

carl simpson
PLUS
carl simpson
Courses Plus Student 15,941 Points

sounds weird .. have a screenshot ? .. generally git is pretty self explanatory if your happy in the command line.

your only really gonna use push/pull/commit to start messing around - and it should be linked to your repo only

Ryan Hellerud
Ryan Hellerud
3,635 Points

i have a screen shot how can i post it?

carl simpson
PLUS
carl simpson
Courses Plus Student 15,941 Points

heh, i don't think you can ..

I would try making a new repo called something else - and starting again.

https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf

I use that for reference .. If you make an empty repository by just giving it a name (create new repo - then - just the repo name and create) - it will give you the command line commands to link to it ..

I found this quite helpful starting out

Patrick Cooney
Patrick Cooney
12,216 Points

Are you seeing commits from the actual Zurb project, maybe? How did you get the Zurb code? Was it a download from the website or clone from Github?

Ryan Hellerud
Ryan Hellerud
3,635 Points

it looks like im see some zurb code type stuff. Im not sure how it appeared but I just installed foundation normally from their website, and to install zurb you git is required so maybe it came from there. Here is some of the commits i see on my thing:

Commits

All branches

Author Commit MessageLabelsCommentsApprovals Date Ryan Hellerud 81bcb81 first commit 3 hours ago Geoff Kimball 56cb519 M Merge pull request #7 from unclejack/fix_sass_version_detection 2014-10-10 unclejack c39ccfa detect sass 3.4 or newer properly 2014-10-06 Geoff Kimball fa7be9f M Merge 2014-09-25 Geoff Kimball 23c38d0 Show warning when the user compiles with Sass 3.4+ 2014-09-25 Mark Hayes 8e2d39b use compass 0.12.7 2014-09-25 Geoff Kimball 74086da Specify "bundle exec" should be run when compiling 2014-09-25 Geoff Kimball 354f026 Specify Sass version 3.3 and Compass version 0.12.0 2014-09-25 Geoff Kimball 49218ce M Merge pull request #6 from nathandcornell/master 2014-09-13 Nate Cornell 4b8b385 Fixes misspelled component name. 2014-09-13 Rafi ee1338b fix for typo 2014-09-02 Mark Hayes c970556 revise javascripts_dir to match folder structure 2014-03-04 Mark Hayes 1739441 update path to jquery 2014-02-18 Rafi 9329c70 Create robots.txt 2014-01-10 Rafi b9a5156 Create humans.txt 2014-01-10 Mark Hayes a945aee add all components