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