We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d2c183 + dcf2c10 commit d72b68eCopy full SHA for d72b68e
README.md
@@ -12,7 +12,7 @@
12
## What It Does
13
14
- changes directory to root directory of the repository
15
-- creates new branch `fire-<current branch>-<user email>-<current epoch>`
+- creates new branch `fire-<current branch>-<user email>-<seconds since epoch>`
16
- adds all files
17
- commits with `"Fire! Branch <new branch>"` or custom message
18
- pushes commits to remote
@@ -22,7 +22,7 @@
22
23
`git-fire <message>`
24
25
-`<message>` is optional. If not specified, `"Fire! Branch fire-<current branch>-<user email>-<current epoch>"` will be used.
+`<message>` is optional. If not specified, `"Fire! Branch fire-<current branch>-<user email>-<seconds since epoch>"` will be used.
26
27
## Installation
28
0 commit comments