@jswork/ushell-module-git 1.0.63 → 1.0.65

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 CHANGED
@@ -14,6 +14,7 @@ alias gl='git pull'
14
14
  alias glo='git pull origin '
15
15
  alias glom='git pull origin main'
16
16
  alias gp='git push'
17
+ alias gptg='git push --tags';
17
18
  alias gpgh='git push github';
18
19
 
19
20
  # git logs
@@ -22,7 +23,8 @@ alias glg2="git log --oneline --decorate --all"
22
23
 
23
24
  alias gpo='git push origin '
24
25
  alias gpom='git push origin main'
25
- alias gpof='git push origin -f'
26
+ alias gpof='git push origin --force-with-lease'
27
+ alias gpoff='git push origin -f'
26
28
 
27
29
  # push branchs/tags/deletes
28
30
  alias gpa='git push --all -u'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-git",
3
- "version": "1.0.63",
3
+ "version": "1.0.65",
4
4
  "description": "Unix like shell module for git.",
5
5
  "main": "index.sh",
6
6
  "repository": {
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/ushell-module-git.iml" filepath="$PROJECT_DIR$/.idea/ushell-module-git.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>