Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 552 Bytes

File metadata and controls

23 lines (15 loc) · 552 Bytes

git-tutorials

a tutorial for demonstrating git usage and lecturing.

first exercise (stage 1): 1. fork origin repository to my account 2. git clone myself repository to local 3. fix something on local file 4. sumbit changes 5. push the changes to my github repository 6. pull request

audience

  • university students
  • fresh graduated

LET ME COMMIT.hahaha

git-commit - Record changes to the repository Create a new commit containing the current contents of the index and the given log message describing the changes.