v01-l3-gitBasis2

(30/222)

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 ..."

???