Description Usage Arguments Details See Also
Create an empty Git repository or reinitialize an existing one
1 2 3 |
projname |
path to a package source, by default "." (current directory) |
add |
what files to include, by default "." (all) |
ignore |
patterns to be written to .gitignore |
commit |
logical; should changes be commited? |
msg |
the message to be included with the commit |
An empty Git repository is created, files added, and a .gitignore file generated. Optionally the changes are commited and stored with a message.
Other git functions: git_commit
,
git_push
, git_remote
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.