Skip to content

Commit 5881fc9

Browse files
Repo Management tab
1 parent 0b26721 commit 5881fc9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

gitkraken-client/open-clone-init.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,28 @@ The essential setup process includes:
2323
Once this is complete, you are ready for your oceanic journey!
2424

2525
***
26-
## Projects in GitKraken Client
27-
There are three ways to start a Git repository when working on a project:
26+
## Repository Management
27+
28+
The Repo Management tab is an overview of all your open repos, Workspaces, favorite repos. To open the Repo Management tab click on the folder icon at the top left or press <kbd>Alt + O or Cmd + O</kbd>
29+
30+
<img src='wp-content/uploads/gkc-repo-mngmt-tab.png' class='img-bordered img-responsive center'>
31+
32+
At the top right corner there are three ways to start a Git repository when working on a project:
2833

2934
1. **Open** - Open a local Git repository already initialized and available locally.
3035
2. **Clone** - Clone a remote Git repository already initialized.
3136
3. **Init** - Create an empty Git repository or reinitialize an existing one.
3237

38+
Additionally, you can create a new Workspace and manage your integrations.
39+
40+
In the Repo Management tab you have a list of your already opened repos (Open Repositories), your favorites (Favorites) and your Workspaces.
41+
42+
For each repo, you have three available actions:
43+
* Open repo in VS Code.
44+
* Open repository details (this toggles a panel with the README.md content)
45+
* Open/Close repo tab.
46+
47+
3348
***
3449

3550
### Opening an existing project

0 commit comments

Comments
 (0)