A very nice article. Just a small note: You don't have to initialize a local git repo with git init if you plan later to clone from a remote repo with git clone. Cloning takes care of initializing a local folder a git repo first before downloading the remote repo contents.
A very nice article. Just a small note: You don't have to initialize a local git repo with
git initif you plan later to clone from a remote repo withgit clone. Cloning takes care of initializing a local folder a git repo first before downloading the remote repo contents.Thanks :)