/post-commit hook Secret
Last active
November 30, 2020 13:07
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^ | |
| ➜ 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 log | |
| ➜ storm git:(third_time_flags) ✗ (aws-staging): GIT_TRACE=1 git commit --no-verify -m "without husky" | |
| 15:05:46.887944 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git | |
| 15:05:46.888501 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin | |
| 15:05:46.889338 git.c:439 trace: built-in: git commit --no-verify -m 'without husky' | |
| 15:05:46.925301 run-command.c:663 trace: run_command: git gc --auto | |
| 15:05:46.927931 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/libexec/git-core/git | |
| 15:05:46.928390 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/libexec/git-core | |
| 15:05:46.929096 git.c:439 trace: built-in: git gc --auto | |
| [third_time_flags 03e2fa34ac] 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