Skip to content

Commit

Permalink
🚧 ignore shellcheck warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Sep 19, 2021
1 parent 9a2b077 commit 8a13b28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Disable hicolor icon theme triggers
run: sudo sed '/hicolor-icon-theme/d' -i /var/lib/dpkg/triggers/File
- name: ShellCheck Test
run: shellcheck ugit
run: shellcheck --exclude=SC2015 ugit
- name: Syntax Testing
# -n : read commands but do not execute them.
# This may be used to check a shell script for syntax errors (ignored by interactive shells).
Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,6 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https
```bash
ugit --version
```
Optionally run `ugit --help` to see help and management commands

```bash
Undo your last oopsie in Git 🙈
Usage: ugit [-h] [-v] [-u]

ugit helps you undo your last git command without much effort
Just run 'ugit' and search for what you want to undo

Available options:

-h, --help Print this help and exit
-v, --version Print current ugit version
-u, --update Update ugit

Contact 📬: [email protected] for assistance
Read the guide: https://bhupesh.gitbook.io/notes/git/how-to-undo-anything-in-git

```

### ZSH Frameworks

Expand Down

0 comments on commit 8a13b28

Please sign in to comment.