1

I'd like to use git as a history book therefore to have each important date in history as a commit I would have to set or change the commit date manuelly is this possible ?

vonbrand
  • 11,412
  • 8
  • 32
  • 52
user878844
  • 189
  • 2
  • 11
  • Perhaps you should add the dates as tags, or in the subject lines of your commits. In any case, git isn't very suited to interpolate new commits between the existing ones, perhaps just a file with records tagged by the date (and kept sorted) is a better match? – vonbrand Apr 04 '14 at 12:42

0 Answers0