For example, if I follow the sequence: git add foo.rb // continue working in foo.rb git commit foo.rb Then the version of foo.rb that gets commited is the version as of the time of the add command (because that copies foo.rb to staging ...
↧