...
Now time to create the commit:
Code Block |
---|
git add .~[folderlocation] git add ~[folderlocation]/* git commit -m "note about the commit" |
...
...
Now time to create the commit:
Code Block |
---|
git add .~[folderlocation] git add ~[folderlocation]/* git commit -m "note about the commit" |
...