Skip to content

Commit

Permalink
Исправил ошибку в команде git blame
Browse files Browse the repository at this point in the history
  • Loading branch information
Imangazaliev committed May 11, 2017
1 parent 7dec31e commit a60c35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ git blame <file-name>
### Показывает автора, время и хеш-коммита последнего изменения для указанного диапазона строк
```sh
git blame -L <start>,<end>
git blame <file-name> -L <start>,<end>
```
### Show a Git logical variable
Expand Down
2 changes: 1 addition & 1 deletion tips.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
},
{
"title": "Показывает автора, время и хеш-коммита последнего изменения для указанного диапазона строк",
"tip": "git blame -L <start>,<end>"
"tip": "git blame <file-name> -L <start>,<end>"
},
{
"title": "Show a Git logical variable",
Expand Down

0 comments on commit a60c35a

Please sign in to comment.