File: git-setup.md

package info (click to toggle)
git-extras 6.1.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: sh: 3,480; makefile: 126
file content (32 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
git-setup(1) -- Set up a git repository
=======================================

## SYNOPSIS

`git-setup` [<directory>]

## DESCRIPTION

Set up a git repository if one doesn't exist, add all files and make an initial commit.
           
## OPTIONS

  <directory>

  The name of a new directory to setup. By default, the current working directory.

## EXAMPLES

    $ git setup path/to/repository

## AUTHOR

Written by Aggelos Orfanakos &lt;<agorf@agorf.gr>&gt;

## REPORTING BUGS

&lt;<https://github.com/tj/git-extras/issues>&gt;

## SEE ALSO

&lt;<https://github.com/tj/git-extras>&gt;