Skip to content

Commit

Permalink
Fix v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdrive committed Sep 11, 2021
1 parent 0db41b6 commit 86ff187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ git-gh-diff-url - generate github refs diff url (github.com/user/repo/compare/..

---

<img width="1486" alt="image" src="https://user-images.githubusercontent.com/1598505/132937087-f5511488-6744-4783-8d6f-0e955a6189f5.png">
<img width="1483" alt="image" src="https://user-images.githubusercontent.com/1598505/132938621-c239519d-c6bb-43b9-9245-3fda86bc427b.png">




USAGE
Expand Down
2 changes: 1 addition & 1 deletion git-gh-diff-url
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ git::gh:d:u::browser_command() {
}

git::gh:d:u::branch_name() {
echo "($(basename $(git rev-parse --show-toplevel))) $(git::gh:d:u::current_branch)"
echo "($(basename $(git rev-parse --show-toplevel))) $(git::gh:d:u::right)"
}

git::gh:d:u::head_log() {
Expand Down

0 comments on commit 86ff187

Please sign in to comment.