Tutorial Two: Git terminologies
Tutorial Two: Git terminologies
This post is a continuation of Tutorial one: Git basics. One of the challenges I faced while learning Git was the keywords used. Once you know what each command means your life becomes a lot simpler. It would definitely take a few screws up to get a hang of it. But the best part is every screw-up can be undone.
1. Config: 'git config' allows you to get or set any repository or global options. It allows you to set variables in the config file.