Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

GitHub Tutorial

Git Commands

First Init The Directory by using command

git init

Add your all work to Staging Area

git add file name

git add -A

Commit your all work to Repo

git commit -m "Message for Repo"

To list branch

git branch