>

Getting started

To open an existing git project in LithiumGit follow the steps below:

step-1

-Select "Open" tab. Click "Browse".

step-2

-Navigate to the project folder and Select.

step-3

-Click "Open".

step-4

-Project will be opened and graph view will be displayed.

View local changes

After opening a git project in LithiumGit click to changes tab.

changes

Local changes can be viewed here. User can commit or amend the changes.


changes

There is a caret icon beside commit button. On click this icon "Stash All" menu will appear. On click this option all local changes will be moved to stash list.

Graph

changes

The interactive graph provide the overview of overall state of the change history. Viewing change details of a specific commit,merge, checkout, rebase, cherry-pick, creating branch etc. regular git actions can be performed from this view.

Commits

changes

All the commits are listed here as it is in git log result.

Stash list

changes

All the stashes are listed here. Stash actions such as pop, apply and delete can be performed here from this view.

Config

changes

User configuration can be viewed and edited from this ui.

changes

Remote(origin) url can be viewed, new origin can be added or deleted from this ui.

Clone Repository

changes

Any git repository can be cloned from this view.

Recents

changes

Recently opened projects are listed in this view.

Create git project

changes

An empty git project can be created as it is created by "git init" command.