diff options
author | 2022-05-11 18:11:44 +0200 | |
---|---|---|
committer | 2022-05-11 18:11:44 +0200 | |
commit | 8a8b1b8fd142b9d7b60cdb38f4296b7645acd619 (patch) | |
tree | 8ab277a6644ef7291c720f1c3838c7771b1432a4 /docs | |
parent | ba62a29ceb2e5f6a43d54fbccd40b9e6aa23faa8 (diff) | |
download | website-8a8b1b8fd142b9d7b60cdb38f4296b7645acd619.tar.gz website-8a8b1b8fd142b9d7b60cdb38f4296b7645acd619.zip |
Add docs/git/
Diffstat (limited to 'docs')
-rw-r--r-- | docs/git/git.rhtml | 3 | ||||
-rw-r--r-- | docs/git/git.rhtml.config | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/git/git.rhtml b/docs/git/git.rhtml new file mode 100644 index 0000000..3be02ad --- /dev/null +++ b/docs/git/git.rhtml @@ -0,0 +1,3 @@ +<h1>git-scm</h1> + +È uno strumento per il controllo di versione creato da Linus Torvalds nel 2005.
\ No newline at end of file diff --git a/docs/git/git.rhtml.config b/docs/git/git.rhtml.config new file mode 100644 index 0000000..fca9788 --- /dev/null +++ b/docs/git/git.rhtml.config @@ -0,0 +1,3 @@ +title: "git" +category: notes +pageNames: [git]
\ No newline at end of file |