Skip to content

Commit dcf2c10

Browse files
authored
The Unix epoch is a constant
1 parent 99fc11b commit dcf2c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## What It Does
1313

1414
- changes directory to root directory of the repository
15-
- creates new branch `fire-<current branch>-<user email>-<current epoch>`
15+
- creates new branch `fire-<current branch>-<user email>-<seconds since epoch>`
1616
- adds all files
1717
- commits with `"Fire! Branch <new branch>"` or custom message
1818
- pushes commits to remote
@@ -22,7 +22,7 @@
2222

2323
`git-fire <message>`
2424

25-
`<message>` is optional. If not specified, `"Fire! Branch fire-<current branch>-<user email>-<current epoch>"` will be used.
25+
`<message>` is optional. If not specified, `"Fire! Branch fire-<current branch>-<user email>-<seconds since epoch>"` will be used.
2626

2727
## Installation
2828

0 commit comments

Comments
 (0)