Skip to content
Permalink
7f14770dc4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@iay
Latest commit c701669 May 10, 2018 History
1 contributor

Users who have contributed to this file

executable file 9 lines (7 sloc) 188 Bytes
#!/bin/bash
DIR=target/inc-validator-client-ruby
mkdir -p $DIR
cd $DIR
git init
git remote add origin git@gitlab.iay.org.uk:incommon/inc-validator-client-ruby.git
git pull origin master