Git: Commit Files

By Xah Lee. Date: . Last updated: .

after you added files, see Git: Add Files, you need to commit.

to commit, do:

cd xProjectDir

git commit xfilename -m "summary_of_what_changed"

git add, commit