Searched full:git (Results 1 – 25 of 6789) sorted by relevance
12345678910>>...272
53 - git clone --depth 1 -b %BOOST_BRANCH% https://github.com/boostorg/boost.git boost-root56 - git submodule init libs/algorithm57 - git submodule init libs/any58 - git submodule init libs/array59 - git submodule init libs/assert60 - git submodule init libs/assign61 - git submodule init libs/atomic62 - git submodule init libs/bind63 - git submodule init libs/chrono64 - git submodule init libs/circular_buffer[all …]
444 - git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root447 - git submodule init libs/algorithm448 - git submodule init libs/any449 - git submodule init libs/array450 - git submodule init libs/assert451 - git submodule init libs/assign452 - git submodule init libs/atomic453 - git submodule init libs/bind454 - git submodule init libs/chrono455 - git submodule init libs/circular_buffer[all …]
20 git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root22 git submodule init libs/algorithm23 git submodule init libs/any24 git submodule init libs/array25 git submodule init libs/assert26 git submodule init libs/assign27 git submodule init libs/atomic28 git submodule init libs/bind29 git submodule init libs/chrono30 git submodule init libs/circular_buffer[all …]
21 RUN git clone --depth 1 https://github.com/libyal/libfplist.git libfplist22 RUN git clone --depth 1 https://github.com/libyal/libftxf.git libftxf23 RUN git clone --depth 1 https://github.com/libyal/libfusn.git libfusn24 RUN git clone --depth 1 https://github.com/libyal/libfwevt.git libfwevt25 RUN git clone --depth 1 https://github.com/libyal/libfwnt.git libfwnt26 RUN git clone --depth 1 https://github.com/libyal/libfwps.git libfwps27 RUN git clone --depth 1 https://github.com/libyal/libfwsi.git libfwsi29 RUN git clone --depth 1 https://github.com/libyal/libagdb.git libagdb30 RUN git clone --depth 1 https://github.com/libyal/libcreg.git libcreg31 RUN git clone --depth 1 https://github.com/libyal/libesedb.git libesedb[all …]
28 - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root30 - git submodule init libs/align31 - git submodule init libs/array32 - git submodule init libs/assert33 - git submodule init libs/bind34 - git submodule init libs/compatibility35 - git submodule init libs/concept_check36 - git submodule init libs/config37 - git submodule init libs/container38 - git submodule init libs/container_hash[all …]
537 sudo apt-add-repository ppa:git-core/ppa538 … sudo apt-get -o Acquire::Retries=3 update && apt-get -o Acquire::Retries=3 -y install git609 git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root611 git submodule init libs/algorithm612 git submodule init libs/any613 git submodule init libs/array614 git submodule init libs/assert615 git submodule init libs/assign616 git submodule init libs/atomic617 git submodule init libs/bind[all …]
3 # Merging repository to google-cloud-java using git-filter-repo.4 # https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories16 # git checkout -b merge_repositories21 [ -z "`git config user.email`" ] && git config --global user.email "${USERNAME:-script}@google.com"22 [ -z "`git config user.name`" ] && git config --global user.name "${USERNAME:-script}"34 git clone https://github.com/newren/git-filter-repo.git35 export PATH=$PATH:`pwd`/git-filter-repo38 git clone https://github.com/googleapis/google-cloud-java "${merged_repository}"45 git clone https://github.com/googleapis/${service}.git47 git filter-repo --to-subdirectory-filter ${service}[all …]
25 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz26 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz-corpora27 RUN git clone --depth 1 https://github.com/openssl/openssl28 RUN git clone --depth 1 https://boringssl.googlesource.com/boringssl29 RUN git clone --depth 1 https://github.com/libressl-portable/portable libressl31 RUN git clone --depth 1 https://github.com/weidai11/cryptopp/32 RUN git clone --depth 1 git://git.gnupg.org/libgcrypt.git34 RUN git clone --depth 1 -b oss-fuzz https://github.com/project-everest/hacl-star evercrypt35 RUN git clone --depth 1 https://github.com/google/cityhash.git36 RUN git clone --depth 1 https://github.com/randombit/botan.git[all …]
54 if [ ! -d ".git" ]; then55 …echo "Missing '.git' file. Please make sure that you are running this script from a new github rep…64 git submodule add --force https://github.com/"${ORGANIZATION}"/gapic-generator-java.git83 if [ ! "$(git branch --list "$GRAALVM_BRANCH")" ]85 git diff86 git checkout -b "${GRAALVM_BRANCH}"87 git add gax-java/pom.xml88 git commit -m "chore: update graalvm-sdk's version (${GRAALVM_VERSION}) in GAX for testing"89 git push origin "${GRAALVM_BRANCH}"97 git submodule add --force https://github.com/"${ORGANIZATION}"/java-shared-config.git[all …]
50 - git clone --depth 1 -b %BOOST_BRANCH% https://github.com/boostorg/boost.git boost-root53 - git submodule init libs/array54 - git submodule init libs/assert55 - git submodule init libs/bind56 - git submodule init libs/concept_check57 - git submodule init libs/config58 - git submodule init libs/container_hash59 - git submodule init libs/conversion60 - git submodule init libs/core61 - git submodule init libs/detail[all …]
1 Git is an example of several common subcommand patterns.5 $ git7 git 11 git[EXE] <SUBCOMMAND>23 $ git help24 git 28 git[EXE] <SUBCOMMAND>40 $ git help add41 git[EXE]-add 45 git[EXE] add <PATH>...[all …]
3 Git is an example of several common subcommand patterns.7 $ git-derive9 git 13 git-derive[EXE] <SUBCOMMAND>25 $ git-derive help26 git 30 git-derive[EXE] <SUBCOMMAND>42 $ git-derive help add43 git-derive[EXE]-add 47 git-derive[EXE] add <PATH>...[all …]
4 patches with Gerrit, using Gerrit dependency chains, and managing local git9 The instructions in [README.md](README.md) using `git cl upload` are preferred11 review system via `git` if you prefer as follows.18 to track changes. Once installed, this can be toggled with `git config25 curl -Lo .git/hooks/commit-msg https://chromium-review.googlesource.com/tools/hooks/commit-msg26 chmod a+x .git/hooks/commit-msg31 You should run `git cl presubmit --upload` in the root of the repository before pushing for35 `git cl upload`, which will prompt you to verify the commit message and check40 …nch, not the commit). See the [git-cl](https://chromium.googlesource.com/chromium/tools/depot_tool…56 git checkout featureA[all …]
1 Using Gerrit without git-cl9 This command sets up a Git commit-message hook to add a unique Change-Id to20 git remote set-url origin 'https://skia.googlesource.com/skia.git'35 git checkout -b TOPIC39 git checkout -b TOPIC -t origin/main44 git commit --all --message 'Change Foo'45 git log -147 `git log` should show that a Change-Id line has been added you your commit57 git push origin @:refs/for/main59 `@` is shorthand for `HEAD`, introduced in git v1.8.5.[all …]
3 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…4 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…[all …]
5 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…6 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…7 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…8 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…9 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…10 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…11 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…12 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…13 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…14 …=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/grpc/lib…[all …]
1 Git is an example of several common subcommand patterns.5 $ git9 Usage: git[EXE] <COMMAND>22 $ git help25 Usage: git[EXE] <COMMAND>38 $ git help add41 Usage: git[EXE] add <PATH>...53 $ git add57 Usage: git[EXE] add <PATH>...65 $ git add Cargo.toml Cargo.lock[all …]
3 Git is an example of several common subcommand patterns.7 $ git-derive11 Usage: git-derive[EXE] <COMMAND>24 $ git-derive help27 Usage: git-derive[EXE] <COMMAND>40 $ git-derive help add43 Usage: git-derive[EXE] add <PATH>...55 $ git-derive add59 Usage: git-derive[EXE] add <PATH>...67 $ git-derive add Cargo.toml Cargo.lock[all …]
51 - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root54 - git submodule update --init tools/build55 - git submodule update --init libs/config56 - git submodule update --init libs/predef57 - git submodule update --init libs/core58 - git submodule update --init libs/detail59 - git submodule update --init libs/range60 - git submodule update --init libs/assert61 - git submodule update --init libs/array62 - git submodule update --init libs/type_traits[all …]