Jump to

v01-l3-gitBasis2

(random out of 4)

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

???