digital-garden/meta/zero/00 Git.md
Struchkov Mark 4ed89604e0
All checks were successful
continuous-integration/drone/push Build is passing
Fingerprint.md
2024-09-13 07:09:47 +03:00

15 lines
605 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags:
- type/zero-link
zero-link:
- "[[00 Разработка]]"
title: Git
---
- [Удаление .DS_Store из Git репозитория](../../dev/git/Удаление%20.DS_Store%20из%20Git%20репозитория.md)
- [Откатываем git reset hard в Idea](../../dev/git/Откатываем%20git%20reset%20hard%20в%20Idea.md)
- [00 Снипеты для Git](../../garden/ru/meta/zero/00%20Снипеты%20для%20Git.md)
Изменение места создания папки `.git`:
```bash
git init --separate-git-dir=/path/to/my-git-storage /path/to/my-project
```