Skip to content

Commit 6ce301b

Browse files
committed
Updates branch step ordering
1 parent 35fdfab commit 6ce301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Branches allow you to work on different features or experiments without affectin
7777

7878
- **Create branches** for new features or bug fixes
7979
- **Switch between branches** to focus on different development efforts within your project
80-
- **Merge branches** to incorporate changes into the main branch
8180
- **Create pull requests** to propose changes and solicit feedback from colleagues or continuous integration services
81+
- **Merge branches** to incorporate changes into the main branch
8282

8383
**Learn more:** [Using branches](https://code.visualstudio.com/docs/sourcecontrol/intro-to-git#_using-branches)
8484

0 commit comments

Comments
 (0)