Last Updated: February 25, 2016
·
357
· kraigwalker

Add All Folder Contents to Git

This is a simple one, but I recently came across a web design student doing a git add for every file in his local project:

git add -A

Simple...