Skip to content
Snippets Groups Projects
Commit 3fef7037 authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Fix typo in Git Migrate tutorial

parent aa1d81e1
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ cd new-repo
cp -R ../old-repo/* ./
```
Thiw will enter `new-repo` and copy all files from `old-repo` there. We use the `-R` flag here to make sure that the whole directory structure is copied.
This will enter `new-repo` and copy all files from `old-repo` there. We use the `-R` flag here to make sure that the whole directory structure is copied.
> **Warning:** If your repository contains hidden files, make sure you copy them separately.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment