Github Fundamentals
Step #1 — git init
This command initializes a new Git repository in your project directory. It creates a hidden .git folder to track changes in your project.
Step #2 — git status
The git status command shows the current state of your project, listin...
managing-files-and-folder-on-pa.hashnode.dev1 min read