SamhitaVasu / My-first-programming

Samhita's test programming repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My-first-programming

Some simple git commands:

git clone - clones a given repo

git add - add a file to the local repo

git commit -m "message" - save changes to the local repo

git push - push changes to global repo

git status - list all differences between a local & global repo

git diff - list the differences between a local & global repo of a given file

About

Samhita's test programming repository


Languages

Language:JavaScript 100.0%