LoginSignup
0
1

More than 3 years have passed since last update.

コミットログを消さずにGitのリポジトリを統合する

Last updated at Posted at 2020-03-22

https://github.com/TakesxiSximada/.org-capture というリポジトリを統合する場合

git remote add https://github.com/TakesxiSximada/.org-capture cap
git subtree add --prefix=capture cap master

–prefix で指定した場所にディレクトリが作成され、その下にファイルが作成される。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1