https://github.com/xwmx/git-mkrepo
Initialize a git repository.
https://github.com/xwmx/git-mkrepo
Last synced: 5 months ago
JSON representation
Initialize a git repository.
- Host: GitHub
- URL: https://github.com/xwmx/git-mkrepo
- Owner: xwmx
- License: gpl-2.0
- Created: 2014-12-28T23:52:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T00:01:41.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T00:56:12.842Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
.__ __ __
____ |__|/ |_ _____ | | _________ ____ ______ ____
/ ___\| \ __\ / \| |/ /\_ __ \_/ __ \\____ \ / _ \
/ /_/ > || | | Y Y \ < | | \/\ ___/| |_> > <_> )
\___ /|__||__| |__|_| /__|_ \ |__| \___ > __/ \____/
/_____/ \/ \/ \/|__|git-mkrepo
==========Create a git repository.
Create a repository initialized with a .gitignore file. If the specified
directory doesn't exist yet, the directory will be created. Alternatively, when
passed an existing directory that isn't yet a git repository, that
directory is initialized with only the .gitignore file committed.