Tagged Questions
3
votes
1answer
239 views
Command line merge conflict tools
I sometimes prefer to work in a terminal. I use git, and sometimes have merge conflicts. Are there any merge-conflict-resolution tools that work in a command-line only environment?
6
votes
12answers
1k views
Should Version Control Softwares be used from Command Line or GUI
I was going through some tutorials on TortoiseHg. Despite having a rich GUI, the first examples are given using command line options.
Does the ideal usage involve command line or it was started that ...