You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some special strings that we can pass to --date in git commit, e.g. now, yesterday, noon, tea...
Personally I think --date=now is the most useful because I will use it with git commit --amend. I guess we don't have to make an exhaustive list of special strings in the documentation, but I think we can at least mention now.
The text was updated successfully, but these errors were encountered:
I have raised a pull request for it. I am not sure if I have fulfilled the commit message requirements correctly. Do tell if there is anything I have to correct.
There are some special strings that we can pass to
--date
ingit commit
, e.g.now
,yesterday
,noon
,tea
...Personally I think
--date=now
is the most useful because I will use it withgit commit --amend
. I guess we don't have to make an exhaustive list of special strings in the documentation, but I think we can at least mentionnow
.The text was updated successfully, but these errors were encountered: