Cara menambah dan berkomitmen di git

#This is equal to git add. and git commit -m "first commit"
git commit -am "first commit"
Computer Nerd