{"componentChunkName":"component---src-templates-blog-post-js","path":"/git-init/","result":{"data":{"site":{"siteMetadata":{"title":"Freddy Bihozagara's Blog"}},"markdownRemark":{"id":"151f056b-9440-5e5a-95e1-28853f6d97e1","excerpt":"","html":"<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">git-init - Create an empty Git repository or reinitialize an existing one\n\ngit init [-q | --quiet] [--bare] [--template=&lt;template_directory&gt;]\n\t  [--separate-git-dir &lt;git dir&gt;] [--object-format=&lt;format&gt;]\n\t  [-b &lt;branch-name&gt; | --initial-branch=&lt;branch-name&gt;]\n\t  [--shared[=&lt;permissions&gt;]] [directory]\n\n\nGit is a distributed version-control system for tracking changes in any set of files, originally designed for coordinating work among developers cooperating on source code.  https://en.wikipedia.org/wiki/Git\n\n\n\ngit-clone - Clone a repository into a new directory\n\ngit clone [--template=&lt;template_directory&gt;]\n\t  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]\n\t  [-o &lt;name&gt;] [-b &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]\n\t  [--dissociate] [--separate-git-dir &lt;git dir&gt;]\n\t  [--depth &lt;depth&gt;] [--[no-]single-branch] [--no-tags]\n\t  [--recurse-submodules[=&lt;pathspec&gt;]] [--[no-]shallow-submodules]\n\t  [--[no-]remote-submodules] [--jobs &lt;n&gt;] [--sparse]\n\t  [--filter=&lt;filter&gt;] [--] &lt;repository&gt;\n\t  [&lt;directory&gt;]\n\n\n\ngit-commit - Record changes to the repository\n\ngit commit [-a | --interactive | --patch] [-s] [-v] [-u&lt;mode&gt;] [--amend]\n\t   [--dry-run] [(-c | -C | --fixup | --squash) &lt;commit&gt;]\n\t   [-F &lt;file&gt; | -m &lt;msg&gt;] [--reset-author] [--allow-empty]\n\t   [--allow-empty-message] [--no-verify] [-e] [--author=&lt;author&gt;]\n\t   [--date=&lt;date&gt;] [--cleanup=&lt;mode&gt;] [--[no-]status]\n\t   [-i | -o] [--pathspec-from-file=&lt;file&gt; [--pathspec-file-nul]]\n\t   [-S[&lt;keyid&gt;]] [--] [&lt;pathspec&gt;…​]\n\n\ngit-push - Update remote refs along with associated objects\n\ngit push [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]\n\t   [--repo=&lt;repository&gt;] [-f | --force] [-d | --delete] [--prune] [-v | --verbose]\n\t   [-u | --set-upstream] [-o &lt;string&gt; | --push-option=&lt;string&gt;]\n\t   [--[no-]signed|--signed=(true|false|if-asked)]\n\t   [--force-with-lease[=&lt;refname&gt;[:&lt;expect&gt;]]]\n\t   [--no-verify] [&lt;repository&gt; [&lt;refspec&gt;…​]]\n\n\n\nsource: https://git-scm.com/</code></pre></div>","frontmatter":{"title":"Git-init","date":"November 28, 2020","description":"Git is a distributed version-control system for tracking changes in any set of files, originally designed for coordinating work among developers cooperating on source code.."}},"previous":null,"next":{"fields":{"slug":"/hello-world/"},"frontmatter":{"title":"Hello World"}}},"pageContext":{"id":"151f056b-9440-5e5a-95e1-28853f6d97e1","previousPostId":null,"nextPostId":"20dca6ac-47d0-517f-a024-9accb9ec5fd1"}},"staticQueryHashes":["2841359383","916993862"]}