Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix git cmd typo #23

Closed
wants to merge 1 commit into from
Closed

fix git cmd typo #23

wants to merge 1 commit into from

Conversation

inkydragon
Copy link

Summary

Details

E:\3d\nanoem>git submodule update --init --recurse
usage: git submodule [--quiet] [--cached]
   or: git submodule [--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <repository>] [--] <repository> [<path>]
   or: git submodule [--quiet] status [--cached] [--recursive] [--] [<path>...]
   or: git submodule [--quiet] init [--] [<path>...]
   or: git submodule [--quiet] deinit [-f|--force] (--all| [--] <path>...)
   or: git submodule [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-shallow] [--reference <repository>] [--recursive] [--[no-]single-branch] [--] [<path>...]
   or: git submodule [--quiet] set-branch (--default|--branch <branch>) [--] <path>
   or: git submodule [--quiet] set-url [--] <path> <newurl>
   or: git submodule [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
   or: git submodule [--quiet] foreach [--recursive] <command>
   or: git submodule [--quiet] sync [--recursive] [--] [<path>...]
   or: git submodule [--quiet] absorbgitdirs [--] [<path>...]

E:\3d\nanoem>git submodule update --init --recursive
Submodule path 'dependencies/minizip': checked out '2aa369c468aa1d931c52ff7dc3da962b71a94118'
...

Note

  • All commits must be signed to be merged
  • CI must be passed to be merged

@inkydragon
Copy link
Author

Will open new pr later, see discuss in #25.

@inkydragon inkydragon closed this Jul 25, 2021
@inkydragon inkydragon deleted the typo-fix branch July 25, 2021 10:17
hkrn added a commit that referenced this pull request Jul 26, 2021
hkrn added a commit that referenced this pull request Jul 26, 2021
hkrn added a commit that referenced this pull request Jul 27, 2021
* [misc] revise build flow, fixes #23 and #25
* [cmake] add --ignore-space-change to fix CI failure
@inkydragon inkydragon restored the typo-fix branch April 22, 2022 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant