Skip to content

Commit 8a13b28

Browse files
committed
🚧 ignore shellcheck warning for now
1 parent 9a2b077 commit 8a13b28

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Disable hicolor icon theme triggers
2626
run: sudo sed '/hicolor-icon-theme/d' -i /var/lib/dpkg/triggers/File
2727
- name: ShellCheck Test
28-
run: shellcheck ugit
28+
run: shellcheck --exclude=SC2015 ugit
2929
- name: Syntax Testing
3030
# -n : read commands but do not execute them.
3131
# This may be used to check a shell script for syntax errors (ignored by interactive shells).

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -110,25 +110,6 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https
110110
```bash
111111
ugit --version
112112
```
113-
Optionally run `ugit --help` to see help and management commands
114-
115-
```bash
116-
Undo your last oopsie in Git 🙈
117-
Usage: ugit [-h] [-v] [-u]
118-
119-
ugit helps you undo your last git command without much effort
120-
Just run 'ugit' and search for what you want to undo
121-
122-
Available options:
123-
124-
-h, --help Print this help and exit
125-
-v, --version Print current ugit version
126-
-u, --update Update ugit
127-
128-
Contact 📬: varshneybhupesh@gmail.com for assistance
129-
Read the guide: https://bhupesh.gitbook.io/notes/git/how-to-undo-anything-in-git
130-
131-
```
132113

133114
### ZSH Frameworks
134115

0 commit comments

Comments
 (0)