Skip to content

Commit 642d561

Browse files
authored
Merge branch 'master' into am/blas_lapack
2 parents 96994d0 + ed53855 commit 642d561

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@ This package is part of the Julia standard library (stdlib).
1111
[codecov-img]: https://codecov.io/gh/JuliaLang/LinearAlgebra.jl/branch/master/graph/badge.svg
1212
[codecov-url]: https://codecov.io/gh/JuliaLang/LinearAlgebra.jl
1313

14-
## Migrating a Pull Request (PR) from the Julia repository to this repository
15-
16-
Since this package was split out from the main Julia repository, you might have previously made a pull request (PR) to the Julia repo. You can easily migrate such PRs to this repository using the following steps:
17-
18-
1. Add the Julia repository (or your fork) as a new remote repository:
19-
```bash
20-
git remote add juliarepo https://github.com/JuliaLang/julia
21-
```
22-
23-
2. Fetch the commits from the Julia repository:
24-
```bash
25-
git fetch juliarepo
26-
```
27-
28-
3. Cherry-pick the relevant commits made in the Julia repository to this repository:
29-
```bash
30-
git cherry-pick $JULIA_COMMIT
31-
```
32-
3314
## Using development versions of this package
3415

3516
This package performs some type piracy and is also included in the sysimage, which makes using a development version slightly more complex than usual.
@@ -79,3 +60,22 @@ To use a development version of this package, you can choose one of the followin
7960
```bash
8061
julia -Jnew_sysimage.so
8162
```
63+
64+
## Migrating a Pull Request (PR) from the Julia repository to this repository
65+
66+
Since this package was split out from the main Julia repository, you might have previously made a pull request (PR) to the Julia repo. You can easily migrate such PRs to this repository using the following steps:
67+
68+
1. Add the Julia repository (or your fork) as a new remote repository:
69+
```bash
70+
git remote add juliarepo https://github.com/JuliaLang/julia
71+
```
72+
73+
2. Fetch the commits from the Julia repository:
74+
```bash
75+
git fetch juliarepo
76+
```
77+
78+
3. Cherry-pick the relevant commits made in the Julia repository to this repository:
79+
```bash
80+
git cherry-pick $JULIA_COMMIT
81+
```

0 commit comments

Comments
 (0)