Skip to content

Commit

Permalink
Fix quote char on "Planning your migration to GH" (github#30080)
Browse files Browse the repository at this point in the history
  • Loading branch information
cNikolaou authored Nov 20, 2023
1 parent 8791e40 commit 486af71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Then, use the open-source tool, `git-sizer`, to get this data for your repositor
1. To clone your repository from the migration origin, run `git clone --mirror`.
1. Navigate to the directory where you cloned your repository.
1. To get the size of the largest file in your repository in bytes, run `git-sizer --no-progress -j | jq ".max_blob_size"`.
1. To get the total size of all files in your repository in bytes, run `git-sizer --no-progress -j | jq .unique_blob_size`.
1. To get the total size of all files in your repository in bytes, run `git-sizer --no-progress -j | jq ".unique_blob_size"`.
1. Add the values from the previous steps to your inventory.

## About migration types
Expand Down

0 comments on commit 486af71

Please sign in to comment.