We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f838270 commit bcd8b3fCopy full SHA for bcd8b3f
src/components/PathHeader.tsx
@@ -68,6 +68,7 @@ export class PathHeader extends React.Component<IPathHeaderProps> {
68
/>
69
<button
70
className={classes(repoRefreshStyle, 'jp-Icon-16')}
71
+ title={'Refresh the repository to detect local and remote changes'}
72
onClick={() => this.props.refresh()}
73
74
</div>
0 commit comments