Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vimagit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
jreybert
vimagit
Commits
86863ca3
Commit
86863ca3
authored
Apr 27, 2016
by
Jérôme Reybert
Browse files
Options
Downloads
Patches
Plain Diff
README.md: update teaser
parent
47933611
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-10
10 additions, 10 deletions
README.md
with
10 additions
and
10 deletions
README.md
+
10
−
10
View file @
86863ca3
# vimagit
# vimagit
This is a new (and hopefully very efficient) way to use git from
vim.
Ease your git worflow within
vim.
From a very single vim buffer, you can perform
all basic
git operations. To name a few:
From a very single vim buffer, you can perform
main
git operations
in few key press
. To name a few:
*
Visualize all diffs in your git repository.
*
Visualize all diffs in your git repository.
*
Stage file
s/
hunks
/
parts of hunk
s with
single key
S
.
*
Stage file
,
hunks
or even just
parts of
a
hunk
using a
single key
press
.
*
Write or amend your commit message and commit.
*
Write or amend your commit message and commit
in the same buffer
.


...
@@ -25,15 +25,15 @@ Take a look at [TL;DR](#tldr) to start using it immediately.
...
@@ -25,15 +25,15 @@ Take a look at [TL;DR](#tldr) to start using it immediately.
*
[x] Write the commit message in the same buffer.
*
[x] Write the commit message in the same buffer.
*
[x] From a hunk in magit buffer, jump to the file at the diff position.
*
[x] From a hunk in magit buffer, jump to the file at the diff position.
*
[x] Update vim-gitgutter signs when git status is updated.
*
[x] Update vim-gitgutter signs when git status is updated.
*
[x] Stable. All features are tested in continuous integration.
More to come:
More to come:
*
[ ]
Make vimagit more efficient for huge repositories, with a lot of diffs
.
*
[ ]
Add a push function, taking care if needed about the remote repository and branch #24
.
*
[ ]
Add a push function, taking care if needed about the remote repository and branch
.
*
[ ]
Handle commit fixup! and squash!, with a smart git log popup #23
.
*
[ ] Handle
commit fixup! and squash!, with a smart git log popup
.
*
[ ] Handle
stash: add, pop, apply, drop #26
.
*
[ ] Stage multiple hunks or file by visually selecting them.
*
[ ] Stage multiple hunks or file by visually selecting them
#83
.
*
[ ] Go through history, cherry-pick changes.
*
[ ] Go through history, cherry-pick changes.
*
[ ] Handle stash: add, pop, apply, drop...
*
[ ] Make vimagit more efficient for huge repositories, with a lot of diffs.
*
[ ] Vizualize and checkout branches.
*
[
] Something is missing? Open an [issue
](
https://github.com/jreybert/vimagit/issues/new
)
!
*
[
] Something is missing? Open an [issue
](
https://github.com/jreybert/vimagit/issues/new
)
!
> Why should I use vimagit, there are already plethora git plugins for vim?
> Why should I use vimagit, there are already plethora git plugins for vim?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment