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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
Example repository for the [Data Version Control With Python and DVC](https://realpython.com/python-data-version-control/) article on [Real Python](https://realpython.com/).
4
4
5
-
To use this repo as part of the tutorial, you first need to get your own copy by clicking_Fork_ button in the topright corner of the screen. Select your personal GitHub account, and GitHub will create your own copy.
5
+
To use this repo as part of the tutorial, you first need to get your own copy. Click the_Fork_ button in the top-right corner of the screen, and select your private account in the window that pops up. GitHub will create a forked copy of the repository under your account.
6
6
7
-
Then clone the fork you just created to your computer with the `git clone` command:
7
+
Clone the forked repository to your computer with the `git clone` command
0 commit comments