Skip to content

Commit 45a9bd2

Browse files
committed
Updates on docs
1 parent a57d20d commit 45a9bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@
181181
"get:version": "echo $npm_package_version",
182182
"git:archive": "git archive --format=tar --prefix=archive-$npm_package_config_image/ HEAD | gzip -9 > archive-$npm_package_version.tar.gz",
183183
"git:clean": "git stash && git clean -fdX",
184+
"git:log": "git log -1 --format='format:%H' HEAD",
184185
"git:diff": "git --no-pager diff --exit-code --stat HEAD",
185-
"git:log": "git log -1 --format='format:%H' HEAD",
186186
"git:ls": "git cat-file -p HEAD && git ls-tree -r HEAD",
187+
"git:graph": "git log --graph --abbrev-commit --decorate --date=relative --all",
187188
"git:version": "git rev-parse HEAD > VERSION",
188189
"gitbook:compile": "gitbook build docs build/docs",
189190
"gitbook:dev": "npm run gitbook:prepare && npm run gitbook:compile && npm run gitbook:serve",

0 commit comments

Comments
 (0)