Table of Contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/gpakosz/.tmux | |
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
# without any warranty. | |
# Copyright 2012— Gregory Pakosz (@gpakosz). | |
# -- navigation ---------------------------------------------------------------- | |
# if you're running tmux within iTerm2 | |
# - and tmux is 1.9 or 1.9a |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date Open High Low Close Volume | |
2020-05-06 18:15:00-04:00 2832 2838.5 2832 2838 3750 | |
2020-05-06 18:30:00-04:00 2838 2838.5 2826 2827.75 6864 | |
2020-05-06 18:45:00-04:00 2827.75 2830.5 2827 2829.5 2937 | |
2020-05-06 19:00:00-04:00 2829.5 2830.5 2823 2826.5 4619 | |
2020-05-06 19:15:00-04:00 2826.75 2829.5 2825.25 2827.75 3610 | |
2020-05-06 19:30:00-04:00 2827.75 2829.5 2825.5 2826.75 2460 | |
2020-05-06 19:45:00-04:00 2826.75 2830.75 2826.25 2830.5 2531 | |
2020-05-06 20:00:00-04:00 2830.5 2833.5 2830.25 2833.5 2361 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
##git mergetool
In the middle file (future merged file), you can navigate between conflicts with ]c
and [c
.
Choose which version you want to keep with :diffget //2
or :diffget //3
(the //2
and //3
are unique identifiers for the target/master copy and the merge/branch copy file names).
:diffupdate (to remove leftover spacing issues)
:only (once you’re done reviewing all conflicts, this shows only the middle/merged file)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# How to use | |
# 1. Replace the "YOURIP" to yourIP | |
#sed -i -e 's/YOURIP/192.168.x.x/g' setup-taiga-centos.sh | |
# 2. Run at the root | |
#source setup-taiga-centos.sh |