14 lines
181 B
Markdown
14 lines
181 B
Markdown
---
|
|
alias: "switch to branch"
|
|
name: "switch to branch"
|
|
---
|
|
up::[[Git Branches]]
|
|
title::"`git checkout <branch_name>`"
|
|
#informatique
|
|
|
|
----
|
|
|
|
```bash
|
|
$> git checkout <branch_name>
|
|
```
|