Git: Difference between revisions

279 bytes added ,  4 years ago
no edit summary
No edit summary
No edit summary
Line 16:
 
=== Setting up a repository ===
To create a repo within an existing project folder, first cd to the root project folder and then execute the git init command.<!--ref name="suar">[https://www.atlassian.com/git/tutorials/setting-up-a-repository -->..Setting up a repository], Atlassian.com</ref>
<syntaxhighlight lang="linux-config">
cd /path/to/your/existing/code
git init
</syntaxhighlight>
...
 
=== Github ===