Comment on A Git client for simultaneous branches on top of your existing workflowparentComments−motoboi2yyou can have any number of changelists (or changesets) active at once.You can actually have changes in the same file with some lines in different changesets.When needed, you can commit changes to git (when you finish doing work) to make them visible to coworkers.−schacon2yI see. Well then there are some similarities. Though you can use ours with any editor :)−motoboi2yyours is GREAT!
Comments
you can have any number of changelists (or changesets) active at once.
You can actually have changes in the same file with some lines in different changesets.
When needed, you can commit changes to git (when you finish doing work) to make them visible to coworkers.
I see. Well then there are some similarities. Though you can use ours with any editor :)
yours is GREAT!