As configured in my dotfiles.
start new:
tmux
start new with session name:
This playbook has been removed as it is now very outdated. |
As configured in my dotfiles.
start new:
tmux
start new with session name:
< | |
%3C | |
< | |
< | |
< | |
< | |
< | |
< | |
< | |
< |
postgres=# \dx | |
List of installed extensions | |
Name | Version | Schema | Description | |
---------+---------+------------+------------------------------ | |
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language | |
(1 row) | |
postgres=# \dx+ | |
Objects in extension "plpgsql" | |
Object Description |
FileMerge (opendiff) can really come in handy when you need to visually compare merging conflicts. Other times it's just a nice visual way to review your days work.
The following method works by creating a simple bash script (git-diff-cmd.sh) that sets us up with the proper command line arguments for Git to pass off files to FileMerge.