git
commands on a pull request. Use the Gitpod CLI to access your ports and tasks, and Dotfiles to customize the experience. Every new tab will open a new shell session.
If you’re looking to open a terminal on desktop, see Command Line (SSH).
Browser Terminal
.gitpod.yml
you can view and access those tasks using the command gp tasks
. You can see all your running tasks with gp tasks list
and attach a task with gp tasks attach
to view its logs. Use gp tasks
in combination with tools like tmux, and Zellij to achieve a highly customized experience.
openMode
(e.g. split-right
) are not
supported.gp ports
. To see open workspace ports, run gp ports list
.
gp preview
and gp preview --external
have the same effect with the Browser Terminal, because split-view is not supported in a browser terminal.tmux
, which enables you to tile your terminal into multiple views. See Dotfiles for instructions on how to install tooling across all of your Gitpod workspaces. To create a new terminal process, you can open a new tab with the same URL. Opening a new tab will create a new terminal process in the same workspace.
We have ready to use dotfiles samples that seamlessly integrate tmux or zellij on Gitpod:
bash
.
You can change the shell in your Dotfiles.