mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: fd2cdbba0b
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<title>Why I Threw Out My Dotfiles • davegallant</title>
|
||||
<link rel=canonical href=/blog/2021/09/08/why-i-threw-out-my-dotfiles/>
|
||||
<link rel=icon href=/favicon.ico>
|
||||
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><style>:root{--color-accent:#8979b3}</style>
|
||||
<link rel=stylesheet href=/assets/css/main.ab98e12b.css><link rel=stylesheet href=/css/custom.css><style>:root{--color-accent:#8979b3}</style>
|
||||
<script type=application/javascript>var doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga('create','UA-98710982-2','auto'),ga('send','pageview'))</script>
|
||||
<script async src=https://www.google-analytics.com/analytics.js></script>
|
||||
</head>
|
||||
@@ -184,14 +184,14 @@ nix-shell <span style=color:#e6db74>'<home-manager>'</span> -A ins
|
||||
git <span style=color:#f92672>=</span> {
|
||||
enable <span style=color:#f92672>=</span> <span style=color:#66d9ef>true</span>;
|
||||
aliases <span style=color:#f92672>=</span> {
|
||||
<span style=color:#e6db74>"aa"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"add -A ."</span>;
|
||||
<span style=color:#e6db74>"br"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"branch"</span>;
|
||||
<span style=color:#e6db74>"c"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"commit -S"</span>;
|
||||
<span style=color:#e6db74>"ca"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"commit -S --amend"</span>;
|
||||
<span style=color:#e6db74>"cb"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"checkout -b"</span>;
|
||||
<span style=color:#e6db74>"co"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"checkout"</span>;
|
||||
<span style=color:#e6db74>"d"</span> <span style=color:#f92672>=</span> <span style=color:#e6db74>"diff"</span>;
|
||||
<span style=color:#e6db74>"l"</span> <span style=color:#f92672>=</span>
|
||||
aa <span style=color:#f92672>=</span> <span style=color:#e6db74>"add -A ."</span>;
|
||||
br <span style=color:#f92672>=</span> <span style=color:#e6db74>"branch"</span>;
|
||||
c <span style=color:#f92672>=</span> <span style=color:#e6db74>"commit -S"</span>;
|
||||
ca <span style=color:#f92672>=</span> <span style=color:#e6db74>"commit -S --amend"</span>;
|
||||
cb <span style=color:#f92672>=</span> <span style=color:#e6db74>"checkout -b"</span>;
|
||||
co <span style=color:#f92672>=</span> <span style=color:#e6db74>"checkout"</span>;
|
||||
d <span style=color:#f92672>=</span> <span style=color:#e6db74>"diff"</span>;
|
||||
l <span style=color:#f92672>=</span>
|
||||
<span style=color:#e6db74>"log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"</span>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user