@jswork/ushell-module-git 1.0.48 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.sh +1 -1
  2. package/package.json +1 -1
package/index.sh CHANGED
@@ -14,7 +14,7 @@ alias gp='git push'
14
14
 
15
15
  # git logs
16
16
  alias glg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
17
- alias glg2="git log --graph --abbrev-commit --decorate --date=relative --all"
17
+ alias glg2="git log --oneline --decorate --all"
18
18
 
19
19
  alias gpo='git push origin '
20
20
  alias gpom='git push origin main'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {