Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
/ git-client-ibmi Public archive

IBM i git client for VS Code.

License

Notifications You must be signed in to change notification settings

codefori/git-client-ibmi

Repository files navigation

git-client-ibmi README

This is a git client that works on the remote server, for specifically IBM i. Please raise issues on the Code for IBM i repository. We are open to PRs.

Requirements

This extension depends on Code for IBM i.

Features

This adds 'Status', 'Commits' and 'File History' to the source control view. It will assume that your home directory, set in Code for IBM i is also a git repository. When you change your home directory, the panels will refresh automatically.

TODO: Stashing

Branches

This view will display remote and local branches and allow you to create, delete, checkout, and merge branches.

Status

This view will allow you to commit, pull, push, stage, unstage, restore and view a diff of your working tree.

Commits

Commit history of your repository.

File History

History of changes of the file that is currently being worked on. Will refresh automatically when you switch between files.