Forrest logo
back to context overview

git-setup

List of commands for git-setup:

  • git-setup:tldr:0dd51 git-setup: Create a Git repository in a specific directory and commit all files.
    $ git setup ${path-to-directory}
    try on your machine
    explain this command
  • git-setup:tldr:42255 git-setup: Create a Git repository in the current directory and commit all files.
    $ git setup
    try on your machine
    explain this command
back to context overview