This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_git [2025/06/08 13:34] val [Сервис Git] |
сервис_git [2025/11/27 08:08] (current) val [Пример установки ПО] |
||
|---|---|---|---|
| Line 79: | Line 79: | ||
| do | do | ||
| cd $d | cd $d | ||
| - | [ -d $d/.git ] || git init > /dev/null | + | [ -d $d/.git ] || /usr/bin/git init > /dev/null |
| - | git add . | + | /usr/bin/git add . |
| - | git --no-optional-locks status | grep 'modified\|deleted\|new file\|renamed' | git commit -a -F - > /dev/null | + | /usr/bin/git --no-optional-locks status | grep 'modified\|deleted\|new file\|renamed' | /usr/bin/git commit -a -F - > /dev/null |
| done | done | ||
| Line 138: | Line 138: | ||
| $ git branch | $ git branch | ||
| - | $ ### git config http.sslVerify "false" | + | $ ### git config --global http.sslVerify "false" |
| $ ### git config credential.helper store | $ ### git config credential.helper store | ||
| Line 288: | Line 289: | ||
| # git checkout REL1_31 | # git checkout REL1_31 | ||
| + | </code> | ||
| + | или | ||
| + | |||
| + | * [[Система Kubernetes#Развертывание через Kubespray]] | ||
| + | |||
| + | <code> | ||
| + | (venv1) server:~/kubespray# git tag -l | ||
| + | |||
| + | (venv1) server:~/kubespray# git checkout tags/v2.26.0 | ||
| </code> | </code> | ||