• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Git Practices

Git Practices · Изменения

История страницы
Updated Git Practices (markdown) создал Мар 08, 2021 по автору nikitron's avatar nikitron
Скрыть пробелы
Построчно Рядом
Git-Practices.md
Просмотреть страницу @d9bd2231
......@@ -36,4 +36,13 @@ if you have uncommitted code, then you have several options but let's stick to j
- `git commit -am "post code commit"`
- `git push`
Now you are free to change branch to master (and pull) or to keep editing code.
\ Нет новой строки в конце файла
Now you are free to change branch to master (and pull) or to keep editing code.
### Tips
Howto install blender addons from github with one command. Usage `LNaddon git@github.com:nortikin/sverchok.git`
for ~/src directory blender 2.9:
```
alias LNaddon='{ read -r url&&cd ~/src&&git clone $url&&bn=$(basename $url .git)&&cd $bn&&d=$(pwd)&&us=$(users)&&ln -s $d /home/$us/.config/blender/2.93/scripts/addons/&&echo "2.93 linked" ;} <<< '
```
If you do not want to commit changes and not need them, than discard:
`git checkout -- .`
Клонировать репозиторий
  • For Users:
    • Web resources about Sverchok
    • Dependencies and their installation
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Installation on Gentoo-based systems
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
    • Sverchok Extensions
    • FAQ
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details