Last active
November 30, 2020 12:49
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git reset --soft HEAD^1 | |
| ➜ storm git:(third_time_flags) ✗ (aws-staging): git status | |
| On branch third_time_flags | |
| Changes to be committed: | |
| (use "git restore --staged <file>..." to unstage) | |
| modified: src/services/provisioner/Storm.Provisioner/Views/Install.fluid.sh | |
| ➜ storm git:(third_time_flags) ✗ (aws-staging): GIT_TRACE=1 git commit --no-verify -m "without husky" | |
| 14:47:30.096596 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git | |
| 14:47:30.097129 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin | |
| 14:47:30.097867 git.c:439 trace: built-in: git commit --no-verify -m 'without husky' | |
| 14:47:30.154935 run-command.c:663 trace: run_command: GIT_EDITOR=: GIT_INDEX_FILE=.git/index .git/hooks/prepare-commit-msg .git/COMMIT_EDITMSG message | |
| 14:47:30.163563 run-command.c:663 trace: run_command: git gc --auto | |
| 14:47:30.165800 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/libexec/git-core/git | |
| 14:47:30.166193 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/libexec/git-core | |
| 14:47:30.166832 git.c:439 trace: built-in: git gc --auto | |
| [third_time_flags 6d3f5c5c8c] without husky | |
| 3 files changed, 44 insertions(+), 36 deletions(-) | |
| create mode 100644 scripts/crt/dev_root_ca/rootCA.srl | |
| delete mode 100755 scripts/dev/clean_docker.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment