Clone the forked repository to your computer #565
hydrolet
announced in
Intro & Outro
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why this task matters
Cloning pulls the Threadbare fork from GitHub onto your machine, creating a local Git repo you can edit.
Steps
https://github.com/OrgName/threadbare-yourquest.git
a. Use the cd (change directory) command: Open Git and type
cd folder-name
to go into the new folder (eg,cd C:/Users/YourName/Desktop/StoryQuest
). Write this address down for future use. Tip: You can also typedir
to list the contents of the current folder you are in.b. Use the GitBash folder short-cut: Right-click inside your new StoryQuest folder. Select Open Git Bash Here. This opens a Git terminal directly in that folder.
git clone https://github.com/OrgName/threadbare-yourquest.git .
. The final dot (.) tells Git to put the files directly into your current folder instead of creating a subfolder.Run:
git status
. You should see:On branch main
andnothing to commit
.✅ Done! You now have a working copy of the project ready to open in Godot.
Video
Beta Was this translation helpful? Give feedback.
All reactions