- Working directory is Where the source code is saved. We have to convert the folder into a working directory by running a git command . git init we run the git commands in git bash/terminal
- Observations: .git folder created on working/project directory, and in git bash you can see name master.
mkdir <repo-folder-name> cd <repo>git init |
git init |