Push Your First Code On GitHub
We all know how important is that your code should be visible on Github. So here we are discussing some basic git commands to get started.
git init
Usage: git init [repository name]
This command is used to start a new repository.
git add
Usage: gi...
prakashnaikwadi.hashnode.dev1 min read