Add line for pr create
This commit is contained in:
parent
fcf00bd870
commit
2b53172ebe
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ func prCreate(cmd *cobra.Command, _ []string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
fmt.Fprintf(colorableOut(cmd), "Creating pull request for %s in %s/%s\n", utils.Cyan("["+head+"]"), repo.RepoOwner(), repo.RepoName())
|
||||
|
||||
if err = git.Push(remote, fmt.Sprintf("HEAD:%s", head)); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue