@jswork/ushell-module-git 1.0.35 → 1.0.36

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 -0
  2. package/package.json +1 -1
package/index.sh CHANGED
@@ -70,6 +70,7 @@ alias gk='gitk --all&'
70
70
  alias gx='gitx --all'
71
71
  alias gg="${ROOT_PATH}/modules/05-quick-commit.sh"
72
72
  alias ggg='gaa && gcm "wip" && gp'
73
+ alias ggi='aic2 --all -y && git push'
73
74
 
74
75
  ## git tags:
75
76
  alias gcd=". ${ROOT_PATH}/modules/01-gcd.sh"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {