Skip to content

Commit c134fe2

Browse files
committed
Add #14 to README.
1 parent b8f6b42 commit c134fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### ![Inspiration](https://i.imgur.com/3POtveC.jpg)
44

5-
`git-fire` is a Git plugin that **helps in the event of an emergency** by adding all current files, committing, and pushing to a new branch (to prevent merge conflicts).
5+
`git-fire` is a Git plugin that **helps in the event of an emergency** by switching to the repository's root directory, adding all current files, committing, and pushing to a new branch (to prevent merge conflicts).
66

77
**Alias it to [`git out`](https://np.reddit.com/r/ProgrammerHumor/comments/3nc531/in_case_of_fire/cvmxnv1) or [`git going`](https://np.reddit.com/r/ProgrammerHumor/comments/3nc531/in_case_of_fire/cvmsajb) for comedic effect.**
88

@@ -11,6 +11,7 @@
1111

1212
## What It Does
1313

14+
- changes directory to root directory of the repository
1415
- creates new branch `fire-<current branch>-<user email>-<current epoch>`
1516
- adds all files
1617
- commits with `"Fire! Branch <new branch>"` or custom message

0 commit comments

Comments
 (0)