Search This Blog

Showing posts with label patch. Show all posts
Showing posts with label patch. Show all posts

11 June, 2014

reverting the applied patch

for reverting the patch we applied using the patch command

patch -p1 < diff.patch

use
patch -R -p1 < diff.patch


tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...