DEV Community

Siva Ranjani
Siva Ranjani

Posted on

Beginner Guide to Git and Linux

Beginner Guide to Git and Linux

Git and Linux are essential tools for developers.

Git Commands

git init
git add .
git commit -m 'first commit'

Linux Commands

ls
mkdir project
cd project

Top comments (0)