Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createBranch (0.34 sec)

  1. platforms/software/version-control/src/test/groovy/org/gradle/vcs/git/internal/GitVersionControlSystemSpec.groovy

            // Commit a file to the repository
            def textFile = repo.workTree.file('source.txt')
            textFile << 'Hello world!'
            c1 = repo.commit('Initial commit')
            repo.createBranch('release')
            repo.createLightWeightTag('1.0.1')
            repo.createAnnotatedTag('v1.0.1', 'Release 1.0.1')
            def anotherSource = repo.workTree.file('dir/another.txt')
            anotherSource << 'Goodbye world!'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 13:11:16 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top