Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for refExists (0.03 seconds)

  1. .teamcity/scripts/FindCommits.java

                System.err.println("target_branch_name must not be empty");
                System.exit(2);
            }
    
            String targetRef = "refs/remotes/origin/" + targetBranch;
    
            if (!refExists(targetRef)) {
                System.err.println("Target ref " + targetRef + " not present locally; fetching origin/" + targetBranch + "...");
                run("git", "fetch", "origin", targetBranch);
            }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 5.5K bytes
    - Click Count (0)
Back to Top