Lines Matching refs:git
114 HEAD <https://git-scm.com/docs/git-checkout#_detached_head>`_
136 For safety, ``west update`` uses ``git checkout --detach`` to check out a
142 ``HEAD`` checked out by west, then git will warn you that you've left
157 ``west update --rebase`` will fail in projects that have git conflicts
160 ``git``, or you can use ``git -C <project_path> rebase --abort`` to
205 git submodule sync --recursive
213 git submodule update --init --checkout --recursive
216 git submodule update --init --rebase --recursive
223 git submodule sync --recursive -- <submodule-path>
231 git submodule update --init --checkout --recursive <submodule-path>
234 git submodule update --init --rebase --recursive <submodule-path>
236 The ``git submodule sync`` commands are skipped if the
249 - ``west diff``: run ``git diff`` in local project repositories
255 - ``west status``: run ``git status`` in local project repositories