cours/git switch to branch.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

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>
```