Git commands: A quick overview
This is a short introductory article for git commands.
Setup and Initialization
This command is used to initialize an existing folder as a git repo
git init
This is used to copy a git repo
git clone [URL]
Stage and Snapshot
Show modified files in ...
ashishjha14.hashnode.dev3 min read