Created
April 12, 2013 13:41
-
-
Save enygma/5372096 to your computer and use it in GitHub Desktop.
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
Executing step: Check out the repository | |
When directory "my-repo" does not exist | |
And I git clone "git.internal:/opt/git/my-repo" | |
>> Cloning into 'my-repo'... | |
Then change to directory "my-repo" | |
Then execute "pwd" | |
>> /Users/chris/work/picklebuild/my-repo | |
Then git checkout "release" | |
>> Switched to a new branch 'release' | |
>> Branch release set up to track remote branch release from origin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment