Git Commands
Most important commants are related to share and updates and they are
git remote add
git fetch
git merge
git push
git pull
git remote add
This command will create a new connection record to a remote repository. one of the eg can be git remote a...
siddhiblog.hashnode.dev2 min read