Skip to content

Instantly share code, notes, and snippets.

@ewall
ewall / keybase.md
Created June 1, 2020 01:34
keybase.md

Keybase proof

I hereby claim:

  • I am ewall on github.
  • I am ewall (https://keybase.io/ewall) on keybase.
  • I have a public key ASAhGl_7BR_WJsbqJ_-FOUpBOQlAV6R9KOfU7S_b7CHnKAo

To claim this, I am signing this object:

@ewall
ewall / git-remove-submodule.md
Created June 29, 2018 01:03
Git Tips: How to Remove a Submodule

Git Tips: How to Remove a Submodule

  1. Remove the submodule entry from .git/config
git submodule deinit -f path/to/submodule
  1. Remove the submodule directory from the superproject's .git/modules directory