We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82fa5e9 + a02b37a commit 7746790Copy full SHA for 7746790
book/02-git-basics/sections/recording-changes.asc
@@ -466,6 +466,8 @@ $ git commit -a -m 'added new benchmarks'
466
----
467
468
Notice how you don't have to run `git add` on the `CONTRIBUTING.md` file in this case before you commit.
469
+That's because the `-a` flag includes all changed files.
470
+This is convenient, but be careful; sometimes this flag will cause you to include unwanted changes.
471
472
[[_removing_files]]
473
==== Removing Files
0 commit comments