Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 159 Bytes

commit-one-file-staged.md

File metadata and controls

8 lines (4 loc) · 159 Bytes

commit-one-file-staged

git reset to reset the staging area

then adding only A.txt using git add A.txt

commiting using git commit -m "message"