File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments