Skip to content

artuwnm/wnm617_202060_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wnm617_202060_01

This is the class README, do not edit.

Git process

  • git status
  • git add .
  • git commit -m "[message]"
  • optional (git commit -a -m "[message]")
  • git push origin master
  • git pull origin master
  • git pull [somerepository] master