Skip to content

Commit 3db10b8

Browse files
committed
Merge branch 'master' of https://github.com/jupyterlab/jupyterlab-git into refactor-commit-box
2 parents 8da208a + 83a0e39 commit 3db10b8

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/issue_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ about: Create a report to help us improve
55

66
<!--
77
Welcome! Before creating a new issue:
8+
* Look at the README *Troubleshooting* section
89
* Search for relevant issues
9-
* Check that you have updated both the jupyterlab extension and the python package
10+
* Check that you have updated both the jupyterlab extension and the python package to the same version
1011
-->
1112

1213
## Description

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Binder](https://beta.mybinder.org/badge.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-git/master?urlpath=lab) [![Build Status](https://travis-ci.org/jupyterlab/jupyterlab-git.svg?branch=master)](https://travis-ci.org/jupyterlab/jupyterlab-git) [![Version](https://img.shields.io/npm/v/@jupyterlab/git.svg)](https://www.npmjs.com/package/@jupyterlab/git) [![Version](https://img.shields.io/pypi/v/jupyterlab-git.svg)](https://pypi.org/project/jupyterlab-git/) [![Downloads](https://img.shields.io/npm/dm/@jupyterlab/git.svg)](https://www.npmjs.com/package/@jupyterlab/git) [![Version](https://img.shields.io/conda/vn/conda-forge/jupyterlab-git.svg)](https://anaconda.org/conda-forge/jupyterlab-git) [![Downloads](https://img.shields.io/conda/dn/conda-forge/jupyterlab-git.svg)](https://anaconda.org/conda-forge/jupyterlab-git)
44

5-
65
A JupyterLab extension for version control using git
76

87
![](http://g.recordit.co/N9Ikzbyk8P.gif)
@@ -11,11 +10,11 @@ To see the extension in action, open the example notebook included in the Binder
1110

1211
## Prerequisites
1312

14-
- JupyterLab
13+
- JupyterLab
1514

1615
## Usage
1716

18-
- Open the git extension from the *Git* tab on the left panel
17+
- Open the git extension from the _Git_ tab on the left panel
1918

2019
## Install
2120

@@ -38,33 +37,34 @@ jupyter labextension list
3837
- **Issue**: the Git panel does not recognize that you are in a Git repository.
3938

4039
Possible fixes:
41-
40+
4241
- Be sure to be in a Git repository in the filebrowser tab
43-
42+
4443
- Check the server log. If you see a warning with a 404 code similar to:
4544
`[W 00:27:41.800 LabApp] 404 GET /git/server_root?1576081660665`
46-
45+
4746
Explicitly enable the server extension by running:
47+
4848
```bash
4949
jupyter serverextension enable --py jupyterlab_git
5050
```
51-
51+
5252
- If you are using JupyterHub or some other technologies requiring an initialization script which includes the jupyterlab-git extension, be sure to install both the frontend and the server extension **before** launching JupyterLab.
53-
53+
5454
- **Issue**: the Git panel is not visible.
5555

5656
Possible fixes:
57-
57+
5858
- Check that the JupyterLab extension is installed:
59-
59+
6060
```bash
6161
jupyter labextension list
6262
```
63-
64-
If you don't see `@jupyterlab/git v... enabled OK` in the list, explicitly install the jupyter labextension by running:
65-
63+
64+
If you don't see `@jupyterlab/git v... enabled OK` in the list, explicitly install the jupyter labextension by running:
65+
6666
```bash
67-
jupyter labextension @jupyterlab/git
67+
jupyter labextension install @jupyterlab/git
6868
```
6969
7070
## Development
@@ -87,8 +87,7 @@ JupyterLab Git's current maintainers are listed in alphabetical order, with affi
8787
- Jaipreet Singh, AWS (software engineering, UI/UX design, management)
8888
- Frederic Collonval, Safran Group (software engineering)
8989

90-
A lot of awesome people have contributed to this repo - See the contributors tab for more details!
91-
90+
A lot of awesome people have contributed to this repo - See the contributors tab for more details!
9291

9392
This list is provided to help provide context about who we are and how our team functions.
9493
If you would like to be listed, please submit a pull request with your information.

0 commit comments

Comments
 (0)