Skip to content

sumanpdneupane/GitTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

GitTutorials

#Pushing your local file in Git Repository (Master branch)

Step 1: git init

Step 2: git add .

Step 3: git commit -m "first commit"

Step 4: git remote add origin https://github.com/nsabita-sasa/newRepoName.git

Step 5: git push -u origin master

#Pushing your local file in Git Repository (Master branch)

Step 1: git init

Step 2: git add .

Step 3: git commit -m "first commit"

Step 4: git remote add origin https://github.com/nsabita-sasa/newRepoName.git

Step 5: git branch branchname (to create branch)

Step 6: git push -u origin branchname

About

GitTutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published