Como adicionar e cometer no git
#This is equal to git add. and git commit -m "first commit"
git commit -am "first commit"
Computer Nerd
#This is equal to git add. and git commit -m "first commit"
git commit -am "first commit"