git add --all git commit -am "<commit message>" git push
/*to add all the files in staging area at once*/ git add .