We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03af51 commit 320b1d2Copy full SHA for 320b1d2
index.adoc
@@ -1974,6 +1974,21 @@ kbd:[M-x] `cider-ns-refresh` kbd:[RET]
1974
There's also a key binding for this command:
1975
kbd:[C-c] kbd:[M-n] kbd:[r]
1976
1977
+=== Git
1978
+
1979
+https://git-scm.com[Git] is a version control system that needs no
1980
+introduction.
1981
1982
+Duct has a `--init-git` option that adds a `.gitignore` file suitable
1983
+for Duct projects. It will also initiate an empty Git repository in the
1984
+current directory if no repository already exists.
1985
1986
+[,shell]
1987
+----
1988
+$ duct --init-git
1989
+Created empty Git repository in .git
1990
+Created .gitignore
1991
1992
1993
=== Hashp
1994
0 commit comments