git subtree split でできる
$ git subtree split -P サブディレクトリ -b ブランチ名
$ git switch ブランチ名
$ ls
サブディレクトリのファイルしかない
$ git log
サブディレクトリの変更履歴しかない
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
git subtree split でできる
$ git subtree split -P サブディレクトリ -b ブランチ名
$ git switch ブランチ名
$ ls
サブディレクトリのファイルしかない
$ git log
サブディレクトリの変更履歴しかない
Register as a new user and use Qiita more conveniently
Go to list of users who liked