Skip to content

shivakumarg06/Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Setup

#Git Steps are updated below...

#Step Install Git sudo apt-get install git -y

#New Repository or Directory

git init

#First file touch README.md

git status

git add .

git status

git commit -m "First File"

git branch

#git remote add origin path of the webrepository

git pull -u origin master

git push -u origin master

#git push origin newbranch

git pull origin master

git log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published