Skip to content

Instantly share code, notes, and snippets.

@tasdemirbahadir
Created January 14, 2020 12:54
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 tasdemirbahadir/35d4f3e0146206f6a6f6851a6dfe1272 to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/35d4f3e0146206f6a6f6851a6dfe1272 to your computer and use it in GitHub Desktop.
cncm-init-config-repo.sh
$> git init
$> echo 'user.role=Developer' > config-client-development.properties
$> echo 'user.role=User' > config-client-production.properties
$> git add .
$> git commit -m 'Initial config-client properties'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment