1. ホーム
  2. git

[解決済み] サブモジュールをサブディレクトリに追加するにはどうすればよいですか?

2022-03-15 22:55:55

質問

にgitレポがあります。 ~/.janus/ を作成し、その中にたくさんのサブモジュールを入れています。にサブモジュールを追加したいのです。 ~/.janus/snipmate-snippets/snippets/ を実行すると git submodule add <[email protected]:...> の中で snipmate-snippets ディレクトリに移動すると、次のようなエラーメッセージが表示されます。

You need to run this command from the toplevel of the working tree.

そこで質問ですが、サブモジュールを snipmate-snippets ディレクトリを作成します。

解決方法は?

に入る。 ~/.janus と実行します。

git submodule add <git@github ...> snipmate-snippets/snippets/

サブモジュールについて(あるいは git 全般について)もっと情報が必要な場合 ProGit はかなり便利です。