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 Git Basics Why Version Control Matters Version Control Review

Can I create a repository in my home folder ?

The repository for any given project using version control is typically stored in: A Your home folder B A set of hidden files and folders C A database designed to be worked with directly D A text file with a human-readable log of your changes E You can actually choose between any of the above options

3 Answers

your git files aka the repo you cloned from github or where ever is is going to be in a set of hidden files with in where ever you cloned or created the git init in side which you can see by going in the command line and typing ls -a in short its b

good to see you back answering questions!

So I can Create a repo in my home folder . And use ls -a to show all files. But there is no different between ls and ls -b

thanks decided since iam back might as well start getting back with the comunity

thank you