Git-ting Started
Git is one of those tools that we take for granted when writing software. Here are some basic commands to get you started on your journey as a programmer.
Setting up
git init ...
Making Your Changes
Git Status
git status
Git Add
git add .
The Git ...
blog.vsujeesh.com1 min read