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 trialpranay aryal
6,140 Pointsposting on github
With regard to "how to make a website" topic, I am not able to push the workspace work to a github repository. All the commands work fine including username and password but when I check github, all the content is not pushed. Just one line. of code in two files. The image files are not pushed. Has it been blocked from this because it contains nick's information?
2 Answers
shezazr
8,275 Pointsdon't think so.
have you got a github account? create a repo on the website.. then clone it into your computer and you should be able to do
git push origin branch-name..
pranay aryal
6,140 PointsThank you very much. After posting this question I was able to push it to github repository. One more question: How can I merge one github repository into a subdirectory of another github repository. Secondly, is it possible for me to upload images or files into my github repository directly from the website. This is because I have a chromebook which has a long process of getting into the unix command line and therefore I am not able to push from my computer.