Kristofer Younger 17440af307 Update 'README.md' | 6 년 전 | |
---|---|---|
README.md | 6 년 전 | |
termicon.png | 6 년 전 |
Items to be handled on first day orientation.
Open a Terminal app. Ooh, ooh, Do this ->
Find the shell
or terminal
or term
(all names for the command interpreter).
terminal
or shell
mean pretty much the same thing - /Applications/Utilities/Terminal.app
and start it up.
Type whoami
and the enter
or return
key. Congratulations, you just typed a command. You're Welcome.
now, type git --version
and make note of what comes back, the version number of git.
Be sure to use professional names when signing up. (BlueHenCoder
is okay, SuperHunkyBeachBoy
is much less so, eh?)
$ git --version
and $ git config
in the terminal to configure your shell for your new git account.