You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-editor.mdx
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ changes, it's still helpful to know the basics of git.
22
22
23
23
Git terminology:
24
24
25
-
-**Repository**: The folder in which your code lives. It can be local (on your computer) or remote (like GitHub).
25
+
***Repository**: The folder in which your code lives. It can be local (on your computer) or remote (like GitHub).
26
26
27
-
-**Commit**: A snapshot of changes made to files in the repository.
27
+
***Commit**: A snapshot of changes made to files in the repository.
28
28
29
-
-**Branch**: A separate line of development. It's a working copy of the code that allows you to work on changes without affecting the main version.
29
+
***Branch**: A separate line of development. It's a working copy of the code that allows you to work on changes without affecting the main version.
30
30
31
-
-**Pull request:** A request to merge changes from a working branch into the main branch. This is used for reviewing content before making changes live.
31
+
***Pull request:** A request to merge changes from a working branch into the main branch. This is used for reviewing content before making changes live.
32
32
33
33
### Making updates
34
34
35
-
In order to make updates to your docs, we include a few buttons specifically to
35
+
In order to make updates to your docs, we include a few buttons specifically to
36
36
integrate with your git workflow.
37
37
38
38
<Note>
@@ -51,6 +51,7 @@ integrate with your git workflow.
0 commit comments