Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 170) sorted by relevance

1234567

/Zephyr-latest/doc/develop/west/
Dworkspaces.rst14 West creates and controls a Git branch named ``manifest-rev`` in each
22 Although ``manifest-rev`` is a normal Git branch, west will recreate and/or
35 The ``refs/west/*`` Git refs
38 West also reserves all Git refs that begin with ``refs/west/`` (such as
50 The ``west update`` command essentially runs ``git fetch YOUR_PROJECT_URL``
55 helpers built in to Git`_. Since Git has credential storage built in, there is
61 .. _credential helpers built in to Git:
62 https://git-scm.com/docs/gitcredentials
67 On Windows when fetching from GitHub, recent versions of Git prompt you for
72 In general, you can store your credentials on disk using the "store" git
[all …]
Dbuilt-in.rst9 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
[all …]
Dwhy.rst8 * The ability to work with multiple Git repositories
40 `Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ and
41 Google's `repo <https://gerrit.googlesource.com/git-repo/>`_.
54 * Git submodules
57 would still need to be inside the main zephyr Git tree
64 Multiple Git Repositories
70 In this context, there are a few reasons to work with multiple Git
83 git repositories.
Dbasics.rst10 (Git repositories) under a common :term:`workspace <west workspace>` directory.
31 ├── zephyr/ # .git/ repo
38 │ └── zcbor/ # .git/ project
40 │ └── net-tools/ # .git/ project
72 Git repository containing a *manifest file*. The location of the manifest
77 configure west to use any Git repository in the workspace as the manifest
84 additional Git repositories in the workspace managed by west. The manifest
92 Projects are Git repositories managed by west. Projects are defined in the
112 A workspace can contain additional Git repositories or other files and
133 run. Use ordinary Git commands to pull new versions, etc.
[all …]
Dmanifest.rst32 The history of the manifest repository is the line of Git commits which is
34 using solid arrows. The plane below contains the Git commit history of the
116 the complete Git fetch URL for each project. A project's fetch URL can be set
128 url-base: https://git.example.com/base1
130 url-base: https://git.example.com/base2
149 bases are respectively ``https://git.example.com/base1`` and
150 ``https://git.example.com/base2``. You can use SSH URL bases as well; for
151 example, you might use ``git@example.com:base1`` if ``remote1`` supported Git
152 over SSH as well. Anything acceptable to Git will work.
161 specify what Git remote URLs to use when cloning and fetching the projects,
[all …]
/Zephyr-latest/.github/workflows/
Dcoding_guidelines.yml39 git config --global user.email "actions@zephyrproject.org"
40 git config --global user.name "Github Actions"
41 git remote -v
42 rm -fr ".git/rebase-apply"
43 rm -fr ".git/rebase-merge"
44 git rebase origin/${BASE_REF}
45 git clean -f -d
49 git log --pretty=oneline | head -n 10
Dscripts_tests.yml43 git config --global user.email "actions@zephyrproject.org"
44 git config --global user.name "Github Actions"
45 rm -fr ".git/rebase-apply"
46 rm -fr ".git/rebase-merge"
47 git rebase origin/${BASE_REF}
48 git clean -f -d
49 git log --graph --oneline HEAD...${PR_HEAD}
Dcompliance.yml30 git config --global user.email "you@example.com"
31 git config --global user.name "Your Name"
32 git remote -v
34 [[ "$(git rev-list --merges --count origin/${BASE_REF}..)" == "0" ]] || \
36 rm -fr ".git/rebase-apply"
37 rm -fr ".git/rebase-merge"
38 git rebase origin/${BASE_REF}
39 git clean -f -d
41 git log --pretty=oneline | head -n 10
82 git log --pretty=oneline | head -n 10
[all …]
Dhello_world_multiplatform.yaml45 git config --global user.email "actions@zephyrproject.org"
46 git config --global user.name "Github Actions"
47 rm -fr ".git/rebase-apply"
48 rm -fr ".git/rebase-merge"
49 git rebase origin/${BASE_REF}
50 git clean -f -d
51 git log --graph --oneline HEAD...${PR_HEAD}
Dbsim-tests.yaml55 git config --global --add safe.directory ${GITHUB_WORKSPACE}
66 git clone --shared /repo-cache/zephyrproject/zephyr .
67 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
78 git config --global user.email "bot@zephyrproject.org"
79 git config --global user.name "Zephyr Bot"
80 rm -fr ".git/rebase-apply"
81 rm -fr ".git/rebase-merge"
82 git rebase origin/${BASE_REF}
83 git clean -f -d
84 git log --pretty=oneline | head -n 10
[all …]
Dclang.yaml37 git config --global --add safe.directory ${GITHUB_WORKSPACE}
48 git clone --shared /repo-cache/zephyrproject/zephyr .
49 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
61 git config --global user.email "bot@zephyrproject.org"
62 git config --global user.name "Zephyr Bot"
63 rm -fr ".git/rebase-apply"
64 rm -fr ".git/rebase-merge"
65 git rebase origin/${BASE_REF}
66 git clean -f -d
67 git log --pretty=oneline | head -n 10
[all …]
Dtwister-prep.yaml44 git config --global --add safe.directory ${GITHUB_WORKSPACE}
55 git clone --shared /repo-cache/zephyrproject/zephyr .
56 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
67 git config --global user.email "bot@zephyrproject.org"
68 git config --global user.name "Zephyr Bot"
69 rm -fr ".git/rebase-apply"
70 rm -fr ".git/rebase-merge"
71 git rebase origin/${BASE_REF}
72 git clean -f -d
73 git log --pretty=oneline | head -n 10
[all …]
Dtwister.yaml66 git config --global --add safe.directory ${GITHUB_WORKSPACE}
71 git clone --shared /repo-cache/zephyrproject/zephyr .
72 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
84 git config --global user.email "bot@zephyrproject.org"
85 git config --global user.name "Zephyr Builder"
86 rm -fr ".git/rebase-apply"
87 rm -fr ".git/rebase-merge"
88 git rebase origin/${BASE_REF}
89 git clean -f -d
90 git log --pretty=oneline | head -n 10
[all …]
/Zephyr-latest/cmake/modules/
Dgit.cmake5 find_package(Git QUIET)
10 # Helper function to get a short GIT desciption associated with a directory.
11 # OUTPUT is set to the output of `git describe --abbrev=12 --always` as run
26 message(STATUS "git describe failed: ${stderr}")
28 message(STATUS "git describe warned: ${stderr}")
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh23 git clone https://git.savannah.gnu.org/git/grub.git src
27 git checkout grub-2.12-rc1
28 git clean -fdx
/Zephyr-latest/
D.gitattributes1 # used to remove files from deployment using `git archive`
2 # git files
7 # Tell git to not diff certain files
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_regenerate.sh12 git add -A
13 git commit -s -m"pre-patch"
15 git apply --reject lwm2m_senml_cbor.patch
/Zephyr-latest/subsys/bindesc/
DKconfig.version39 bool "Kernel git reference"
41 The kernel git reference, such as "v3.3.0-18-g2c85d9224fca",
72 bool "App git reference"
74 The application git reference, such as "v3.3.0-18-g2c85d9224fca"
/Zephyr-latest/scripts/footprint/
Dcompare_footprint5 This script help you to compare footprint results with previous commits in git.
6 If you don't have a git repository, it will compare your current tree
11 The script can take any SHA commit recognized for git.
15 current working directory if we have changes in git tree or we don't have git.
19 twister_last_release.csv if we don't have git tree.
44 proc = subprocess.Popen('git rev-parse --is-inside-work-tree',
78 " or twister_last_release.csv if we don't have git.")
86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE,
104 proc = subprocess.Popen('git diff --quiet', stdout=subprocess.PIPE,
109 proc = subprocess.Popen('git reset %s --hard' % commit,
[all …]
/Zephyr-latest/doc/contribute/
Dguidelines.rst150 ``git commit -s``. Use other commits in the zephyr git history as examples.
152 in Git.
160 commit by running ``git commit --amend -s``.
163 your branch after this with ``git push -f``.
191 You should be familiar with common developer tools such as Git and CMake, and
195 on https://github.com and have Git tools available on your development system.
338 Git Setup
342 information to your Git installation, set the Git configuration
351 git config --global user.name "Zephyr Developer"
352 git config --global user.email "z.developer@example.com"
[all …]
/Zephyr-latest/doc/develop/manifest/external/
Dcannectivity.rst37 url: https://github.com/CANnectivity/cannectivity.git
54 …https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/can/usb/gs_usb…
/Zephyr-latest/doc/project/
Dissues.rst28 For this, `git bisect`_ is the recommended tool.
36 https://git-scm.com/docs/git-bisect
/Zephyr-latest/scripts/
Dseries-push-hook.sh26 base_commit=`git rev-parse $remote/main`
30 ${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-win10.rst41 Install Git
44 Download and install `Git <https://git-scm.com/downloads>`_.
46 consoles. We will use Git Bash as Windows terminal.
110 In Git Bash, go to zephyrproject
140 In Git Bash, clone project repo:
144 git clone https://github.com/auto-pts/auto-pts.git
234 git clean -fdx
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py2 Git/GitHub utilities for Sphinx
13 This Sphinx extension can be used to obtain various Git and GitHub related metadata for a page.
24 managed by Git).
33 for, e.g., auto-generated pages not in Git.
176 yet tracked by git).
189 # Check if the file is tracked by git
192 ["git", "ls-files", "--error-unmatch", orig_path],
202 "git",

1234567