Skip to content

abhinandanmishra1/Repo_Name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Repo_Name

Created Readme

  • git init used to initialize local repo
  • git status used to check status of current branch
  • git add "File Name" to add the given file to staged area
  • git add . to add all files to staging
  • git commit -m "Your message of the commit"
  • git branch -M main to change current branch to main branch ( You can use any other name instead of main)
  • git remote add origin https://github.com/abhinandanmishra1/Repo_Name.git to add local repo to github or remote
  • git push -u origin main ( Used to push your committed changed to remote) [This command is used first time of pushing]
  • After pushing one use git push origin only to push in respective remote branch

Explanatory Video

screen-capture.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published