Skip to content

Commit d72b68e

Browse files
authored
Merge pull request #25 from Fedjmike/patch-1
The Unix epoch is a constant
2 parents 6d2c183 + dcf2c10 commit d72b68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)