Skip to content

Commit

Permalink
Updated git init command
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbabyface committed Sep 18, 2021
1 parent 70975a1 commit a24ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortoise_git/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ListGitCommands(DirectoryPaneCommand):
QuicksearchItem('clone', 'Clone', highlight=range(3,4)),
QuicksearchItem('commit', 'Commit', highlight=range(0,1)),
QuicksearchItem('diff', 'Diff', highlight=range(0,1)),
QuicksearchItem('init', 'Init', highlight=range(0,1)),
QuicksearchItem('repocreate', 'Init', highlight=range(0,1)),
QuicksearchItem('log', 'Logs Folder', highlight=range(0,1)),
QuicksearchItem('log_file', 'Logs File', highlight=range(5,6)),
QuicksearchItem('pull', 'Pull', highlight=range(0,1)),
Expand Down

0 comments on commit a24ac2c

Please sign in to comment.