チームと共有するプロジェクトがあります。しかし、プロジェクトの一部を共有したいだけです。
私はブランチを使用することを考えました。しかし、うまくいかないようです。
私はこれを試しました:
git init
git add -A
git commit -m "first commit"
git checkout -b share
//delete files unshared
git add -A
git commit "commit at share branch"
私は何かが恋しいですか?