6
votes
4answers
3k views
Git: removing selected commits from repository
I would like to remove selected commits from a linear commit tree, so that the commits do not show in the commit log.
My commit tree looks something like:
R--A--B--C--D--E-- …
1
vote
Open-source IDE’s with Git support
I use Vim with vcscommand plugin. Although the plugin supports a host of Version Control Systems, I use it specifical …
