Searched full:git (Results 1 – 10 of 10) sorted by relevance
1 name: git-secrets Check7 git-secrets:13 - name: Checkout awslabs/git-secrets16 repository: awslabs/git-secrets18 path: git-secrets19 - name: Install git-secrets20 run: cd git-secrets && sudo make install && cd ..21 - name: Run git-secrets23 git-secrets --register-aws24 git-secrets --scan
39 # Simpler git auth if we use checkout action and forward the repo to release script46 - name: Configure git identity48 git config --global user.name ${{ github.actor }}49 git config --global user.email ${{ github.actor }}@users.noreply.github.com54 … git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}55 echo "COMMIT_SHA_1=$(git rev-parse HEAD)" >> $GITHUB_ENV75 git add .76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'77 git push -u origin ${{ github.event.inputs.version_number }}88 git add .[all …]
133 …git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos152 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal173 git clone https://github.com/raspberrypi/pico-sdk.git
50 grep --exclude="*.md" --exclude-dir=".git" -rnI -e "[[:blank:]]$" .62 find . -path ./.git -prune -o -exec file {} + | grep "CRLF"
23 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git24 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version63 git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git67 git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git85 …o the FreeRTOS-Kernel repository use unix-style LF line endings for the best compatbility with git.87 For optmial compatibility with Microsoft Windows tools, it is best to enable the git autocrlf featu…89 git config core.autocrlf true92 ### Git History Optimizations93 …any lines and lead to unwanted behavior when using the `git blame` command. You can configure git …95 git config blame.ignoreRevsFile .git-blame-ignore-revs
430 collaborative development in Git. The auto-formated code is not identical
13 …e. Please get the details from this [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m…31 See the [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code…
26 …{PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK from git if not otherwise lo…49 …as not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to fetch from git."
27 done < <(grep -e 'https\?://' ${PROJECT} -RIa --exclude='*.exe' --exclude-dir=.git | tr '*' ' ')
87 r'.*\.git.*',