No description
| anotherfile.txt | ||
| anotherfileagain.txt | ||
| blub.txt | ||
| iceland.txt | ||
| README.md | ||
| READMEINSTEAD.md | ||
Hello World
git commit -a -m "Message" This command adds all modified files, but not new ones, to a commit immediately.
| anotherfile.txt | ||
| anotherfileagain.txt | ||
| blub.txt | ||
| iceland.txt | ||
| README.md | ||
| READMEINSTEAD.md | ||
git commit -a -m "Message" This command adds all modified files, but not new ones, to a commit immediately.