What is the correct way to save a commit in git ?
# Command A git commit file.txt # Command B git add file.txt # Command C git commit -m "Description message ..."
Command A, then command C
Command B
Command C
Command B, then command C