Difference between revisions of "Git/commit"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Jump to navigation Jump to search
(Created page with "category:git/concepts I don't yet have a good definition of a "commit".")
 
(attempt to sort this out)
Line 1: Line 1:
 
[[category:git/concepts]]
 
[[category:git/concepts]]
I don't yet have a good definition of a "commit".
+
"Committed" seems to be a per-file flag that indicates whether a {{l/same|staged}} file is ready for further operations, such as {{l/same|push}}ing. (There's some ambiguity about whether it makes sense to speak of files being "[un]modified", or whether that only applies to "changes" -- see {{l/same|notes}}.)

Revision as of 15:01, 9 March 2015

"Committed" seems to be a per-file flag that indicates whether a staged file is ready for further operations, such as pushing. (There's some ambiguity about whether it makes sense to speak of files being "[un]modified", or whether that only applies to "changes" -- see notes.)