Skip to content

Instantly share code, notes, and snippets.

@solebox
Last active November 30, 2020 13:07
  • 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/38c4a5ff34ffc07395c6ad132ecb3ce3 to your computer and use it in GitHub Desktop.
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