Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 235 Bytes

commit-one-file.md

File metadata and controls

9 lines (5 loc) · 235 Bytes

commit-one-file

Start the challenge by git start next.

We can add the chnages using git add A.txt or git add B.txt.

We commit the changes by git commit -m "some message".

Then git verify to complete the challenge.