Lines Matching refs:local
10 on the entire workspace. For example, ``west diff`` shows local changes in
15 on the local file system. Omitting project arguments to commands which
30 2. Creating a workspace around an existing local manifest repository
62 **Option 2**: to create a workspace around an existing local manifest
107 #. Initializes a local Git repository for the project in the workspace, if
113 #. Checks out ``manifest-rev`` in the local working copy as a `detached
139 typically a safe operation that will not modify any of your local branches.
141 However, if you had added some local commits onto a previously detached
145 this if you have local commits in the project, make sure you have a local
151 If you would like ``west update`` to keep local branches checked out as
249 - ``west diff``: run ``git diff`` in local project repositories
250 - ``west forall``: run an arbitrary command in local project repositories
251 - ``west grep``: search for patterns in local project repositories
255 - ``west status``: run ``git status`` in local project repositories