Skip to content

jpyan/tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tutorial

Tutorial of using git

  • terminal - goto the location of the folder/project - git init
  • git status
  • git add
  • git commit -m “…..”
  • git remote add origin “location of remote repo”
  • git push -u origin master
  • git log
  • git --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published