This cookbook installs the git-core
library.
Ubuntu 12.04 and higher.
e.g.
git-core
-
None.
Just include git-core
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[git-core]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Mohamad El-Husseini