Link: https://likegeeks.com/expect-command/
If I have eight hours for cutting wood, I spend six sharpening my axe.
Thursday, August 2, 2018
Thursday, March 29, 2018
Important GIT tricks
- To view the diff of the files using vimdiff,
- Open ~/.gitconfig and append the following lines
[diff]
external = git_diff_wrapper
References: https://technotales.wordpress.com/2009/05/17/git-diff-with-vimdiff/
https://stackoverflow.com/questions/3713765/viewing-all-git-diffs-with-vimdif
2. To ignore the cscope files showing from "git status [-s]", do the following.
- go to the working directory
- and add cscope file(s) in .gitignore file
2. To ignore the cscope files showing from "git status [-s]", do the following.
- go to the working directory
- and add cscope file(s) in .gitignore file
Subscribe to:
Posts (Atom)