Skip to content

Smaran1/demo_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

title

adding file from local to repository

#Steps to add file from local to repository :

  1. Make a file in vscode and write your stuff
  2. Activate git using -

>git init

  1. use git status to see all the changes you have done

>git status

  1. follow the same procedure to add the file

>git add .

>git commit -m "new message"

>git remote add origin "SSH code "

>git remote -v

  1. then push it

>git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published