Git Basics
Git Basics
Ensure that the version of your Git Installation is > 1.8 with:
Global configurations
The first time you use git you need to configure:
You can check your configuration at any time with:
Local configurations
If you work with multiple GitHub/GitLab account you can set a name and an email for a specific repository without changing the global Git configuration with:
You can check your local configurations at any time with:
Branches
You can create a new branch with: