How to prevent `git difftool` from calling another `vimdiff`?
How to prevent `git difftool` from calling another `vimdiff`?
How to prevent `git difftool` from calling another `vimdiff`?
You need to generate a new set of keys based on a more secure hash algorithm. It is generally recommended to use ed25519 … Read more
You could also use “cmd //c tree” to use Windows’ tree Explanation: Launch cmd with ‘/c’ argument and run tree, then terminate /C … Read more
A “normal” repository is a directory containing the actual repository, and a working copy. The actual repository is located in a hidden subdirectory … Read more
I think you already have all the pieces together: Just combine the launch of NERDTree with a conditional on the filetype; when VimEnter … Read more
git is the command. It “multiplexes” to the various other git-* commands based on what the first argument is, e.g. git config … … Read more
If you didn’t want to use the user account for anything else you could just run chsh for the user and select /usr/bin/git-shell … Read more
You can check out any revision by giving its SHA1 id: git checkout <SHA1> A helper script called git-walk has been made for … Read more
Got it. The answer is in your question; brew installs git to /usr/local/git/bin (not /usr/local/bin) but since that’s after /usr/bin in your path, … Read more
Put them anywhere you like… /usr/share is fine…