• 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) создал Июн 18, 2017 по автору Dealga McArdle's avatar Dealga McArdle
Показать
Построчно Рядом
Git-Practices.md
Просмотреть страницу @42fe85f4
......@@ -18,7 +18,7 @@ The proper procedure to editing code for the first time is:
5. edit the code.
6. periodically (every cohesive change), save your progress by:
`git commit -am "commit message"`.
keep the part between double quotes _descriptive and short_, use [this convention](https://github.com/joelparkerhenderson/git_commit_message) and you'll thank yourself later in life.
- keep the part between double quotes _descriptive and short_, use [this convention](https://github.com/joelparkerhenderson/git_commit_message) and you'll thank yourself later in life.
6. hit F8 if Blender is running, to test the changes.
......
Клонировать репозиторий
  • Custom Defaults
  • Macros
  • Contributing
    • Git practices

Sverchok Node Tutorial (multi page)