Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 298 Bytes

All-Together-Now.md

File metadata and controls

12 lines (8 loc) · 298 Bytes

Putting it all together

Configuration Scenario

  1. Open your global gitconfig file.

  2. Review the value for REuse REcorded REsolution If not set, enable it from the command line.

  3. Add an alias to your global config file.

    git config --global alias.cd checkout

Quiz