Lines Matching full:git
9 Some commands are related to Git commands with the same name, but operate
11 multiple Git repositories in the workspace.
107 #. Initializes a local Git repository for the project in the workspace, if
114 HEAD <https://git-scm.com/docs/git-checkout#_detached_head>`_
120 ``revision`` values which are Git SHAs or tags that are already available
126 to Git [#fetchall]_.
128 If the project ``revision`` is a Git ref that is neither a tag nor a SHA (i.e.
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
271 West may fetch all refs from the Git server when given a SHA as a revision.
272 This is because some Git servers have historically not allowed fetching