Initialize a Git project locally
git init # This creates a hidden folder, .git, which contains the plumbing needed for Git to work.
Last updated
git init # This creates a hidden folder, .git, which contains the plumbing needed for Git to work.
Last updated