Lines Matching refs:upstream
125 * It is assumed that upstream points to
130 For example, in this configuration, it is labeled `upstream`.
135 upstream https://github.com/KhronosGroup/SPIRV-Tools.git (fetch)
136 upstream https://github.com/KhronosGroup/SPIRV-Tools.git (push)
139 * Make sure that the `upstream` remote is set to fetch from the `refs/pull`
143 git config --get-all remote.upstream.fetch
144 +refs/heads/*:refs/remotes/upstream/*
145 +refs/pull/*/head:refs/remotes/upstream/pr/*
148 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
152 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
169 git fetch upstream
188 * If all of the tests pass, push the commit `git push upstream HEAD:master`