Commit 0a0a7cb
authored
Simplify the instructions to get the experimental branch
When you `dev` a package, if it isn't updated manually through git it will stay on the commit you dev'ed it at. However, when adding a branch, Pkg automatically searches for the latest commit on that branch. This simplifies the workflow when you only want a branch, without having to download the entire git repo.1 parent 7bc4bcd commit 0a0a7cb
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments