Skip to content

Commit

Permalink
GitBook: [master] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Jan 6, 2020
1 parent a275153 commit 899b658
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion programlama/android.md
Expand Up @@ -37,7 +37,7 @@ description: >-
* [⏰ Alarm](https://android.yemreak.com/arkaplan/alarm)
* [📶 Haberleşme İşlemleri](https://android.yemreak.com/haberlesme/)
* [🌍 İnternete Bağlanma](https://android.yemreak.com/haberlesme/internete-baglanma)
* [💌 HTTP İstekleri](https://android.yemreak.com/haberlesme/http-istekleri)
* [💌 HTTP İstekleri](https://android.yemreak.com/haberlesme/http-istekleri.md)
* [⏬ Dosya İndirme](https://android.yemreak.com/haberlesme/dosya-indirme)
* [📢 Broadcast](https://android.yemreak.com/haberlesme/broadcast/)
* [👣 Giriş \| Broadcast](https://android.yemreak.com/haberlesme/broadcast/giris)
Expand Down
10 changes: 5 additions & 5 deletions proje-yonetimi/git/branch.md
Expand Up @@ -4,7 +4,7 @@ description: Projedeki her geliştirme dallarının yönetimi

# 🌳 Git ile Branch İşlemleri

## Branch İşlemleri
## 🚧 Branch İşlemleri

Branch \(dal\) git yığıtlarında imleç görevi gören araçlardır. Ek bilgi için [buraya](https://git-scm.com/book/tr/v1/Git-te-Dallanma-Dal-Nedir%3F) tıklayabilirsin.

Expand All @@ -18,16 +18,16 @@ Branch \(dal\) git yığıtlarında imleç görevi gören araçlardır. Ek bilgi
![detailed-branch-pic](https://git-scm.com/figures/18333fig0309-tn.png)

### Sık Kullanılan Branch İşlemleri
## 🌟 Sık Kullanılan Branch İşlemleri

Yeni bir branch, test işlemleri için sıklıkla kullanılır.

| İşlem | Açıklama |
| :--- | :--- |
| `git branch <branch_ismi>` | Branch oluşturma |
| `git checkout <branch>` | Branch değiştirme |
| `git branch -d <branch>` | Local branch kaldırma |
| `git branch -D <branch>` | Local branch zorla kaldırma |
| `git branch -d <branch>` | Local branch kaldırma silme |
| `git branch -D <branch>` | Local branch zorla kaldırma silme |
| `git push <url veya remote> -d <branch>` | Remote branch kaldırma |

* `<branch>` Seçilecek dal \(HEAD \(ana dal\) için 'master' kullanılır\)
Expand All @@ -39,7 +39,7 @@ Yeni bir branch, test işlemleri için sıklıkla kullanılır.

> Branch kaldırma hakkında ek bilgi için \[buraya\]\[git branch silme işlemleri\] bakabilirsin
### Remote Kaldırma & Gösterme
## 🌍 Remote Kaldırma & Gösterme

```bash
git remote -v
Expand Down

0 comments on commit 899b658

Please sign in to comment.