Skip to content

Instantly share code, notes, and snippets.

@koumaza
Last active September 26, 2020 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/55eead4bcac8e92e6bc9eae144840524 to your computer and use it in GitHub Desktop.
Save koumaza/55eead4bcac8e92e6bc9eae144840524 to your computer and use it in GitHub Desktop.
How to Change Project Directory on GitHub Codespace

How to Change Project Directory on GitHub Codespace

At Terminal
code /path/to/dir/ # Absolute or Relative Directory
code ./ # Current Dirctory
E.g.
cd ../
git clone https://github.com/cli/cli cli_newer
code ./newer/ # After, Opening as New Tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment