Skip to content

Commit

Permalink
Add screen gif of workspace support
Browse files Browse the repository at this point in the history
Issue: #31
  • Loading branch information
rkotze committed Apr 22, 2020
1 parent 44b8767 commit a998d55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ Follows [Semantic Versioning](https://semver.org/).
### Added

- Support workspaces, be able to select one of multiple Git repositories and update with co-author metadata [Issue 31](https://github.com/rkotze/git-mob-vs-code/issues/31)

<img alt="Workspace support" src="https://user-images.githubusercontent.com/10452163/80038666-08074b00-84ee-11ea-9565-26c9f755d512.gif" width="320" />

- Gitmoji, search and select from the standardized emojis for commit message [Issue 32](https://github.com/rkotze/git-mob-vs-code/issues/32)

![git emojis select list](https://user-images.githubusercontent.com/10452163/79442052-ef6bd200-7fcf-11ea-85c1-82789738add3.png)

### Fixed

- Prevent the main Git Mob action icons from showing on other views like "output" [Issue 34](https://github.com/rkotze/git-mob-vs-code/issues/34)
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ $ git config --global user.email "jane@example.com"

- Select and unselect co-authors to be appended to commit messages
- View all your co-authors in source control tab
- [Git emojis](#git-emojis) search and select emojis
- [VS Code workspace support]()
- [Search suggested co-authors](#search-suggested-co-authors) from the "More Authors" list (all contributors to the repository)
- [Add new co-authors](#add-new-co-authors) and manage them in `.git-coauthors` file
- [Add new co-authors from current repository](#add-new-co-authors-from-repository) into your `.git-coauthors` file
- [Git emojis](#git-emojis) search and select emojis
- Solo remove all co-authors from current commit
- Reload Git Mob and auto reload when updating `.git-coauthors` file in VS Code
- Status bar shows if using `template file` or `prepare-commit-msg` hook
Expand All @@ -63,6 +64,12 @@ Click the search icon on the **More Authors** section or `CTRL+shift+p` or `⌘+

![image](https://user-images.githubusercontent.com/10452163/57807338-e2f44f00-7758-11e9-8fb1-6d8b8cb9d7ce.png)

### Workspace support

Select one of multiple open Git repositories and add co-author metadata to source control input field.

<img alt="workspace-support" src="https://user-images.githubusercontent.com/10452163/80038666-08074b00-84ee-11ea-9565-26c9f755d512.gif" width="320" />

### Git Emojis

Using the **standardised** list from [Gitmoji](https://github.com/carloscuesta/gitmoji).
Expand Down

0 comments on commit a998d55

Please sign in to comment.