Lines Matching full:git
44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
49 In case you prefer to add it as a git submodule, do:
52 git submodule add https://github.com/FreeRTOS/FreeRTOS-Kernel.git <path of the submodule>
53 git submodule update --init
106 git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git
112 git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git
142 for the best compatibility with git.
145 the git autocrlf feature. You can enable this setting for the current
149 git config core.autocrlf true
152 ### Git History Optimizations
155 and lead to unwanted behavior when using the `git blame` command. You can
156 configure git to ignore the list of large refactor commits in this repository
160 git config blame.ignoreRevsFile .git-blame-ignore-revs