File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
## Purpose
8
8
9
9
` git-recall ` is a simple tool that allows you to easily go through your commits and
10
- check what you or other contributors in your team did. It doesn't aim to be a replacement for the
10
+ check what you or other contributors in your team did. It doesn't aim to be a replacement for the
11
11
` git log ` command, but just to be a convenient way to recall what you've done from your terminal.
12
12
13
13
14
14
## Usage
15
15
16
16
``` sh
17
- $ git recall [-a < author name> ]
18
- [-d < days-ago> ]
17
+ $ git recall [-a < author name> ]
18
+ [-d < days-ago> ]
19
19
[-f]
20
20
[-h]
21
21
```
@@ -65,10 +65,9 @@ $ git recall -f
65
65
66
66
##### Without using tools
67
67
68
- ```
69
68
You can install it by simply copying the ` git-recall ` script into any existing path
70
- (e.g. /usr/local/bin) or create your own directory and add it to the ' PATH' variable.
71
- ```
69
+ (e.g. ` /usr/local/bin ` ) or create your own directory and add it to the ` PATH ` variable.
70
+
72
71
73
72
##### Using NPM
74
73
Use ` npm ` to install the project.
You can’t perform that action at this time.
0 commit comments