Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now time to create the commit:

Code Block
git add .~[folderlocation]
git add ~[folderlocation]/*
git commit -m "note about the commit"

...