Skip to content

arixvi/instructions-for-GitHub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Instructions-for-GitHub MDC-20

* For initial commits only *

$ git remote add new-origin ---link of github repository---

$ git add .

$ git commit -m "comment"

$ git push new-origin


* For updates *

$ git add .

$ git commit -m "comment"

$ git push new-origin


* Additional commands *

$ git status //To display the current status of the repository you are working on

$ git remote -v //To display lists of origins


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published