Skip to content

Commit

Permalink
Add cd instruction to git bash instructions
Browse files Browse the repository at this point in the history
Prevents some confusion with people trying to run git commands in the same directory they were in after cloning.
  • Loading branch information
VasilisThePikachu committed May 28, 2024
1 parent 99b364b commit 94ab64b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ Then, we'll enter the command for cloning **our** remote repository--not the `sp

![](https://i.imgur.com/Xn4AQLf.png)

Then **c**hange **d**irectory using:
``cd space-station-14``

(This may be diffrent if you cloned another fork, it's almost always being the same as the repository name)

Every Git command will look something like this--`git` and then a keyword like `add`, `commit`, `pull`, etc.

</p>
Expand Down Expand Up @@ -773,4 +778,4 @@ git fetch [username]
git checkout [username]/[branch name]
```

This also lets you make PRs to their remote branch, if you so desired.
This also lets you make PRs to their remote branch, if you so desired.

0 comments on commit 94ab64b

Please sign in to comment.