Learn to use Git and Github from scratch
Difficulty: Junior ● Progress: 0 / 0 modules completed
Add a folder
Before moving on to saving the history as a new local version (commit), keep in mind that what works for a file also works for adding an entire folder to git's history, like this:
$> git add ./src
# or even
$> git add .
You need to purchase this course to read this module!
Or !