git rebase -i <commit>^
choose edit
git reset HEAD^
edit
git add -p
git rebase -i <commit>^
choose edit
git reset HEAD^
edit
git add -p
git checkout A
git checkout B -- path/to/FileB1
What it does:
import java.util.HashMap;
import java.util.Map;
import java.util.function.Supplier;
public class StringTemplateBuilder {
private static final String DEFAULT_PLACEHOLDER_NOTATION = "${%s}";
private final String template;
private final Map<String, String> placeholders;
Gist for https://youtu.be/5-RMu9M_Anc
For more details, refer to https://learn.hashicorp.com/tutorials/vault/getting-started-install
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install vault
/etc/vault.d/vault.hcl
(function(root){ | |
root.getScript = function(url) { | |
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = url; | |
document.head.appendChild(script); | |
} | |
}(window)); | |
getScript('http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js'); |