We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae281e4 commit 3d559a0Copy full SHA for 3d559a0
merge_branches
@@ -0,0 +1,16 @@
1
+$ git checkout -b bug-fix-typo
2
+Switched to a new branch 'bug-fix-typo'
3
+
4
+$ git add README.md
5
+$ git commit -m "Fix typo in README"
6
+1 file changed, 1 insertion(+), 1 deletion(-)
7
8
+$ git checkout main
9
+Switched to branch 'main'
10
+Your branch is up to date with 'origin/main'.
11
12
+$ git merge bug-fix-typo
13
+Updating e095add..ae281e4
14
+Fast-forward
15
+README.md | 2 +-
16
0 commit comments