Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aptana 3 でブランチをマージするために早送りを無効にするにはどうすればよいですか?
例:
プロジェクトリポジトリ設定で設定します
git config --add merge.ff false
最も近いのは を使用することだと思いますmerge --no-ff。
merge --no-ff