-
Couldn't load subscription status.
- Fork 19
Open
Description
Lines 139 to 145 in 4f8065a
| local = subprocess.check_output('git rev-parse master'.split()).strip() | |
| remote = subprocess.check_output( | |
| 'git ls-remote https://github.com/tldr-pages/tldr/ HEAD'.split() | |
| ).split()[0] | |
| if local != remote: | |
| click.echo("Updating...") | |
| subprocess.check_call('git checkout master'.split()) |
Update your code to participate in the performance.
Metadata
Metadata
Assignees
Labels
No labels