Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 176 Bytes

commit_one_file.md

File metadata and controls

4 lines (4 loc) · 176 Bytes

commit one file

It asks us to commit only one file. Let's commit A.txt
git add A.txt : adds A.txt to staging area
git commit -m "First Commit" : For commit.