digital-garden/meta/zero/00 Git.md
Struchkov Mark 5c31e845f5
All checks were successful
continuous-integration/drone/push Build is passing
Обновление
2024-11-03 22:27:39 +03:00

22 lines
814 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
```
![[../files/images/Pasted image 20241103182657.png]]
![[../files/images/Pasted image 20241103182733.png]]
![[../files/images/git-merge-git-rebase.jpeg]]
![[../files/images/Pasted image 20241103220807.png]]