@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.
- package/index.sh +1 -1
- 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 --
|
|
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'
|