commands.sh

git setup

all

Create a Git repository in a directory and commit all files. Part of `git-extras`.

More info →

Examples (2)

Create a Git repository in the current directory and commit all files

Create a Git repository in a specific directory and commit all files

git setup path/to/directory
made by @shridhargupta | data from tldr-pages