Skip to content

Instantly share code, notes, and snippets.

@solebox
Last active November 30, 2020 12:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save solebox/8bf945135aed55fd5e7829bfa368f482 to your computer and use it in GitHub Desktop.
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