tr:cs:git:flow
Farklar
Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.
| İki taraf da önceki sürümÖnceki sürüm | |||
| tr:cs:git:flow [2026/03/07 20:33] – ulascemh | tr:cs:git:flow [2026/03/07 20:46] (mevcut) – ulascemh | ||
|---|---|---|---|
| Satır 39: | Satır 39: | ||
| <WRAP round important> | <WRAP round important> | ||
| - | İsimlendirme Kuralı: '' | + | İsimlendirme Kuralı: '' |
| </ | </ | ||
| Satır 47: | Satır 47: | ||
| <code bash> | <code bash> | ||
| - | git checkout -b feature/< | + | git checkout -b feature-< |
| </ | </ | ||
| Satır 54: | Satır 54: | ||
| <code bash> | <code bash> | ||
| git checkout develop | git checkout develop | ||
| - | git merge --no-ff feature/< | + | git merge --no-ff feature-< |
| </ | </ | ||
| Satır 64: | Satır 64: | ||
| <code bash> | <code bash> | ||
| - | git branch -d feature/< | + | git branch -d feature-< |
| git push origin develop | git push origin develop | ||
| </ | </ | ||
| Satır 77: | Satır 77: | ||
| <WRAP round important> | <WRAP round important> | ||
| - | İsimlendirme Kuralı: '' | + | İsimlendirme Kuralı: '' |
| </ | </ | ||
| Satır 85: | Satır 85: | ||
| <code bash> | <code bash> | ||
| - | git checkout -b release/< | + | git checkout -b release-< |
| </ | </ | ||
| Satır 94: | Satır 94: | ||
| <code bash> | <code bash> | ||
| git checkout main | git checkout main | ||
| - | git merge --no-ff release/< | + | git merge --no-ff release-< |
| git tag -a < | git tag -a < | ||
| </ | </ | ||
| Satır 103: | Satır 103: | ||
| <code bash> | <code bash> | ||
| git checkout develop | git checkout develop | ||
| - | git merge --no-ff release/< | + | git merge --no-ff release-< |
| </ | </ | ||
| Satır 109: | Satır 109: | ||
| <code bash> | <code bash> | ||
| - | git branch -d release/< | + | git branch -d release-< |
| git push origin main | git push origin main | ||
| git push origin develop | git push origin develop | ||
| Satır 124: | Satır 124: | ||
| <WRAP round important> | <WRAP round important> | ||
| - | İsimlendirme Kuralı: '' | + | İsimlendirme Kuralı: '' |
| </ | </ | ||
| Satır 133: | Satır 133: | ||
| <code bash> | <code bash> | ||
| - | git checkout -b hotfix/< | + | git checkout -b hotfix-< |
| </ | </ | ||
| Satır 140: | Satır 140: | ||
| <code bash> | <code bash> | ||
| git checkout main | git checkout main | ||
| - | git merge --no-ff hotfix/< | + | git merge --no-ff hotfix-< |
| git tag -a < | git tag -a < | ||
| </ | </ | ||
| Satır 148: | Satır 148: | ||
| <code bash> | <code bash> | ||
| git checkout develop | git checkout develop | ||
| - | git merge --no-ff hotfix/< | + | git merge --no-ff hotfix-< |
| </ | </ | ||
| Satır 154: | Satır 154: | ||
| <code bash> | <code bash> | ||
| - | git branch -d hotfix/< | + | git branch -d hotfix-< |
| git push origin main | git push origin main | ||
| git push origin develop | git push origin develop | ||
tr/cs/git/flow.1772915632.txt.gz · Son değiştirilme: 2026/03/07 20:33 Değiştiren: ulascemh
