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 | |
################################################################## | |
# Open Atlassian Stash pull request from command line. | |
# (opens the default browser at the proper URL with data prefilled) | |
# | |
# It infers current branch name, repo name, current user name, from git config. | |
############################### CONFIG ########################### | |
URL_PREFIX="https://YOU_GIT_DOMAIN.com/your/project/path/compare/commits?commits&" |