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
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git JabRef` for achieving the same result.
- NOTE: You can also use the native git client: `git clone --recurse-submodules https://github.com/JabRef/jabref.git jabref` for achieving the same result.
45
+
- Make `gg.cmd` available in `jabref` source directory
46
+
-`cd jabref`
46
47
-`mv ../gg.cmd .`
47
48
48
-
Now you are all set: You have a directory `JabRef` containing the recent updates and also `gg.cmd` which you will need later for executing a JabRef build.
49
+
Now you are all set: You have a directory `jabref` containing the recent updates and also `gg.cmd` which you will need later for executing a JabRef build.
49
50
50
51
Try a branch:
51
52
52
-
1.`cd` into the `jabref` directory: `cd c:\git-repositories\jabref`
53
-
2. Checkout out the pull request: `sh ./gg.cmd gh pr checkout 13111` - where `13111` is the PR number, in this case [pr#13111](https://github.com/JabRef/jabref/pull/13111).
53
+
1.`cd` into the `jabref`source directory: `cd c:\git-repositories\jabref`
54
+
2. Checkout out the pull request: `sh ./gg.cmd gh pr checkout 13182` - where `13182` is the PR number, in this case [pr#13182](https://github.com/JabRef/jabref/pull/13182).
54
55
3. Compile and run JabRef: `sh ./gg.cmd gradle run :jabgui:run` (on Linux and macOS, you need to prefix it with `sh`: `gg.cmd gradle run :jabgui:run`). This will also download the necessary JDK and gradle distribution. On the first run, please give the system enough time to accommodate and wait until the JabRef window launches. Depending on your hardware, this may take minutes.
55
56
56
57
On Windows, instead of `sh ./gg.cmd` use `.\gg.cmd`.
57
58
59
+
Instead of the number, you can also copy and paste the branch identifier output by GitHub.
60
+
61
+

62
+
63
+
In this case, you can run `sh ./gg.cmd gh pr checkout Yubo-Cao:walkthrough`
64
+
58
65
Alternatives:
59
66
60
67
1. In case you don't want to use `gg.cmd`:
@@ -68,7 +75,7 @@ Alternatives:
68
75
69
76
Please see [How to Improve the Help Page](how-to-improve-the-help-page.md)
70
77
71
-
**I would like to help translating JabRef to another language.**
78
+
**I would like to help to translate JabRef to another language.**
72
79
73
80
We encourage you to read about [translating the JabRef user interface](how-to-translate-the-ui.md).
0 commit comments