Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

tutorial-01

Making a tutorial for class 03

Add

  • git add . (Applies the changes ready to be committed over to GitHub, the . adds everything that needs to be added)

Commit

  • git commit -m "MESSAGE_HERE" (This commits the changes to GitHub with a message attached, it just needs to be uploaded to Github now)

Push

  • git push (This now applies all the commits onto GitHub)

About

Making a tutorial for class 03

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors