Git Commands For Busy Developers
A list of my commonly used Git commands
Getting & Creating Projects
CommandDescription
git initInitialize a local Git repository
git clone ssh://git@github.com/[username]/[repository-name].gitCreate a local copy of a remote repository
Basic ...
riajul.hashnode.dev4 min read