Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 673 Bytes

file1.md

File metadata and controls

22 lines (13 loc) · 673 Bytes

Some files we are going to work on

Lets call it FILE 1

  • lets call git init in this folder to start our git repo.
  • then call git status
  • then call git commit -m "Initial Commit"

Now that we have commited it, lets work some more on this file.

You will now see that this file is again staged for some changes again we repeat the same steps for our next commit.

Try calling your commit as "updated file1.md" 

Remember!, the commit messages must be short and informative.

For information on how to make commit messages look at this link