We will learn how to use Git better on your machine Check what settings are already present: git config --list --show-origin Chaging the default branch name to main: git config --global init.defaultBranch main Setting and Using Git Aliases:git co...
jagannath.dev1 min read
No responses yet.