Git

Getting Started For Github-CLI, refer to it’s beautiful documentation. Setting up the Git environment Git Configuration git config <options> <values> --system: [/etc/gitconfig] Contains values applied to every user on the system and all their repos. --global: [~/.gitconfig /~/.config/git/config ] Values specific to the user. --local: [<path-to-repo>/.git/config] Values specific to the repo. NOTE: Use the following to view the settings and where they come from....

June 29, 2021 · 6 min · Aman Rojjha