Skip to content

Commit

Permalink
Add log and graph current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Sep 11, 2019
1 parent 8d28899 commit ead1cb8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"caption": "git: graph",
"command": "gs_log_graph"
},
{
"caption": "git: graph current branch",
"command": "gs_log_graph_current_branch"
},
{
"caption": "git: graph current file",
"command": "gs_log_graph",
Expand Down Expand Up @@ -288,6 +292,10 @@
"caption": "git: log",
"command": "gs_log"
},
{
"caption": "git: log current branch",
"command": "gs_log_current_branch"
},
{
"caption": "git: log current file",
"command": "gs_log",
Expand Down

0 comments on commit ead1cb8

Please sign in to comment.