Why Nostr? What is Njump?
2024-05-15 23:45:56

mcc on Nostr: HOW TO USE GIT SOME SAMPLE INVOCATIONS `git submodule update` Do nothing. `git ...

HOW TO USE GIT

SOME SAMPLE INVOCATIONS

`git submodule update`
Do nothing.

`git submodule update --recursive`
Do nothing.

`git submodule update --init --recursive`
Do nothing.

`git submodule sync && git submodule update --init --recursive`
Do nothing.

`git submodule sync --recursive && git submodule update --init --recursive`
Update the submodules to be correct for the current commit.
Author Public Key
npub15vtzh9eq7663ttzt6gk4af9t7ru97459zvxu5s85dlngfl59kf2srvx8ma