Getting started with Git and Github
###Steps for working on a new Project from scratch:
Precondition: You have already created a Github repository to commit codes to.
git init (Initialize git repository)
git status (check for untracked and tracked files)
git add . (for all files) or g...
humzahasan.hashnode.dev2 min read