docs

docs

Авторv.kaukin
Коммитерv.kaukin
2 года назад
Файлов изменено: 1
+12
–0
a449fc6
Родители dd4d4ff HEAD
_docs/packaging_notes.txt
@@ -21,3 +21,15 @@
5. Uploading the distribution archives:
    C:\python\venv\ecs_pattern310\Scripts\python.exe -m twine upload dist/*
Mirror
======
1. cd to repo
    cd C:\kvk\develop\Python\ecs_pattern\
2. Cleaning old references to remote branches
    git fetch --prune
3. Push
    git push --prune git@gitflic.ru:ikvk/ecs-pattern.git +refs/remotes/origin/*:refs/heads/* +refs/tags/*:refs/tags/*
https://dev.to/sourcelevel/how-to-properly-mirror-a-git-repository-19d9
No newline at end of file

Cherry-pick

Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.