[GSoC 2018 - TrackGit] Progress Report 11

Blog post by hrily on Sat, 2018-07-14 12:14

This is the eleventh progress report for TrackGit project. I did the following in last week:

Implemented Create Branch command

I implemented Create Branch command. This command creates a branch at head of the repository. There is also an option to switch to the newly created branch. Link to commit.

The following screenshot shows Create Branch window:

Create Branch

Implemented Switch Branch command

I implemented option to switch branch. The Switch Branch window gives user with a drop down list of branches in current repository. Then user selects the desired branch and the repo is switched to that branch. Link to commit.

The following screenshot shows Switch Branch window:

Switch Branch