Skip to content

Shreyya18/local-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

local repo


uploading code from local machine to github repo
first create a project in code editor (vs code)
git init

git remote add origin

git remote -v

git branch -M main

git push origin main

you can also use,

git push -u origin main (can use git push after this)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published