Skip to main content
fixed grammar
Source Link
Paul Pladijs
  • 20.9k
  • 6
  • 31
  • 32

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I getgot a null value for the date.

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I get a null value for the date.

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I got a null value for the date.

corrected formatting
Source Link
Paul Pladijs
  • 20.9k
  • 6
  • 31
  • 32

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I get a null valuenull value for the date.

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I get a null value for the date.

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I get a null value for the date.

Source Link
Paul Pladijs
  • 20.9k
  • 6
  • 31
  • 32

You can amend the commit, an example with the year 2037:

git commit --amend --date="Wed Feb 16 14:00 2037 +0100" 

I tried the year 2038 too but then I get a null value for the date.