Skip to content

Instantly share code, notes, and snippets.

@enygma
Created April 12, 2013 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enygma/5372096 to your computer and use it in GitHub Desktop.
Save enygma/5372096 to your computer and use it in GitHub Desktop.
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