Add cd after init to get into new repository directory

This commit is contained in:
René Pfeuffer
2019-04-29 11:08:05 +02:00
parent 6198b7cf82
commit ad51a6fa27
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ class CloneInformation extends React.Component<Props> {
<code>
git init {repository.name}
<br />
cd {repository.name}
<br />
echo "# {repository.name}" > README.md
<br />
git add README.md