Lines Matching refs:git
50 The ``west update`` command essentially runs ``git fetch YOUR_PROJECT_URL``
62 https://git-scm.com/docs/gitcredentials
72 In general, you can store your credentials on disk using the "store" git
73 credential helper. See the `git-credential-store`_ manual page for details.
79 west forall -c "git config credential.helper store"
85 west forall -c "git config credential.helper store" foo bar
91 git config --global credential.helper store
103 echo "https://x-access-token:$GH_TOKEN@github.com" >> ~/.git-credentials
106 them in memory temporarily using `git-credential-cache`_ instead.
113 git config --global url."git@github.com:".insteadOf "https://github.com/"
116 https://git-scm.com/docs/git-credential-store#_examples
118 https://git-scm.com/docs/git-credential-cache
189 ├── application/ # .git/ │
198 │ └── zcbor/ # .git/ project from either the main manifest or some import.
200 └── zephyr/ # .git/ project
275 ├── app1/ # .git/ project
280 ├── app2/ # .git/ project
285 ├── manifest-repo/ # .git/ never modified by west
289 │ └── zcbor/ # .git/ project from either the main manifest or
292 └── zephyr/ # .git/ project
306 - name: your-git-server
307 url-base: https://git.example.com/your-company
309 remote: your-git-server