Modify-direct commit
Modifying and commit directly
we can modify and commit the files directly, without going through staging area. First let us check the status
Modify the file(s)
let us make some simple modifications again and check status
Let us add and commit in one command
We cannot use this technique (add + commit) on newly created files!
Last updated