Skip to content

BharadwajRachakonda/My-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Notes

If you have a repository in your GitHub and want to bring it to your local system

git init

git remote add origin {url}

git pull origin main

check your current branch

git branch

if its not in main run git checkout -b main

git add .

git commit -m 'initial commit'

git push origin main

About

If you found this repository star it to support me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published