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.
phpstorm ではどのようにしますgit pull --rebaseか? それを行うオプションが見つからないようです。私たちは皆同じブランチで作業しているので、これをデフォルトの動作にしたいと思います。
git pull --rebase
プルバイをしていVersion Control > Git > Pull Changes...ます。
Version Control > Git > Pull Changes...
Version Control -> Update Projectアクションを使用するだけです。そこで、更新の方法を選択できます: マージ ( git pull) またはリベース ( git pull --rebase) または現在のブランチのデフォルトの方法 (デフォルトではマージ)。
Version Control -> Update Project
git pull
このアクションには、プルよりも多くの機能もあります。コミットされていない変更がある場合はそれらを隠したり、保存したり、更新後にそれらを復元したりします。