Home > cfengine-copbl-pers

cfengine-copbl-pers

Cfengine-copbl-pers is a project mainly written in ..., it's free.

Personal copy of the cfengine Community Open Promise Body Library

This is a sandbox for using Git and pushing to the github.com public repo. Here are the instructions used to begin using Git:

Global setup:

Download and install Git git config --global user.name "Your Name" git config --global user.email [email protected] Add your public key: https://github.com/account#keys

Next steps:

mkdir cfengine-copbl-pers cd cfengine-copbl-pers git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:debh/cfengine-copbl-pers.git git push origin master

Existing Git Repo?

cd existing_git_repo git remote add origin [email protected]:debh/cfengine-copbl-pers.git git push origin master

Importing a Subversion Repo?

https://github.com/debh/cfengine-copbl-pers/imports/new

When you're done: https://github.com/debh/cfengine-copbl-pers

Previous:lightsout