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 trialMatthew Jennings
6,545 PointsCustomizing the 'Welcome to Git' message in Git
In the Treehouse videos under Console Foundations, how did Treehouse customize there welcome text header to show 'Welcome to the Treehouse Command Line....' instead of the default 'Welcome to Git (version....)'?
3 Answers
Michael Roberts Jr
Courses Plus Student 11,734 PointsI think you are referring to the console itself, which is probably git bash... If so, I think this may help: http://stackoverflow.com/questions/13120936/print-welcome-message-in-git-bash-in-windows-7
Matthew Jennings
6,545 PointsThanks for your response, but I have seen that one already in my Google searches and that's not what I am looking for. I am not referring to aliases or prompts, simply the first several lines of text that come up when Get Bash is opened. Mine says:
Welcome to Git (version 1.9.4-preview20140611)
Run 'git help git' to display the help index. Run 'git help <command>' to display help for specific commands.
I would like mine to say something else, similar to the Treehouse example including my name, email and home directory.
Matthew Jennings
6,545 PointsActually, Michael Roberts, Jr., your reply did lead me down the road to the info I was looking for. Thanks again for the reply and sorry for my early dismissal of your reply!