Git commands
Introduction.
In this article, I will be talking about common Git commands I use on a daily basis I hope you find this helpful.
Starter git templates
```jsx
echo "# next-template" >> README.md
git init
git add README.md
git commit -m "first commit"
g...
adeyemi.hashnode.dev2 min read