This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Pushes to origin and opens a github compare view of it to speed up PR | |
| # creation. | |
| # | |
| # To install add to $PATH with executable permission and run | |
| # | |
| # git config --global alias.pr '!github-push-pr' | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 71750 |