Git Tour by Hacking with Swift

 

1. Tour

Config

  • User name and e-mail
    • git config --global user.name "ChanHong Kim" git config --global user.email "andrea9292@gmail.com"
  • Color output
    • git connfig --global color.ui true
  • Make repo to git at current directory
    • git init