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.
2 parents f838270 + bcd8b3f commit 38d91cdCopy full SHA for 38d91cd
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