Skip to content

CreatingUmpleConfigsCentralGitRepository

Kevin Brightwell edited this page Aug 26, 2015 · 1 revision

Making the umple_configs central git repository

The following commands were run on the cruise server to create a Git repository to hold all configurations for the server. This project will help ensure we do not lose valuable configurations should we need to migrate to another server

cd /h/ralph/repositories
mkdir umple_configs.git
cd umple_configs
git init --bare
Clone this wiki locally