Magit for VSCode (alpha)
Inspired by the awesome original, Magit for Emacs
Alpha: use at own your own risk!
Usage
VSCode Commands | Default shortcut |
---|---|
Magit Status | ctrl+x g |
Magit File Popup | ctrl+x ctrl+g |
Magit Dispatch | ctrl+x alt+g |
In Status: see all possible key-commands | ? |
Features
Magit commands ( C-x g ) | File popup commands ( C-x C-g ) |
---|---|
Status | Staging |
Committing | Committing |
Fetching | Diffing |
Remoting | Blaming |
Logging | |
Merging | |
Rebasing | |
Tagging | |
Pushing | |
Stashing | |
Resetting | |
Applying | |
Discarding |
Troubleshooting
I can't commit
-
git config needs to be set, for repo or global
user.name
anduser.email
Roadmap
Interface
- Config menus
- Options/variable menus
- Branch name highlighting
( https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview )
Implement missing Git/Magit features
- Diffing
- Show refs
- Cherry picking
- Reverting
- Bisecting
- Worktree
- Submodules
- Patches
Long term goals
- Have 100% own model and parser (not relying on git extension API)
- More efficient, flexible, and stable
- Stable v1.0
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Mastering Regular Expressions, Second Edition
Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95
Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!