<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles.git/_gitconfig, branch master</title>
<subtitle>Personal and Collected Dotfiles
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/'/>
<entry>
<title>git: Remove the tag signing config</title>
<updated>2023-06-13T02:03:54+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2023-06-13T01:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=92203415ff86d29c85f15394a3023351317a136e'/>
<id>92203415ff86d29c85f15394a3023351317a136e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git: Set default branch to 'master'</title>
<updated>2023-06-13T02:01:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2022-01-15T02:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=384b1ecc194d31e2e35d361a7715d32047c32537'/>
<id>384b1ecc194d31e2e35d361a7715d32047c32537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git: Add 'cp' alias for 'cherry-pick'</title>
<updated>2023-06-13T02:01:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2022-01-07T12:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=017320e1f3a1b3b4ea6b01fe46109f1bec0db042'/>
<id>017320e1f3a1b3b4ea6b01fe46109f1bec0db042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git: Specify ff=only for pull to suppress warning</title>
<updated>2023-06-13T02:01:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2022-01-07T12:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=359b03bc4e1711e4dc2bf17aacd3bd15d6aec00c'/>
<id>359b03bc4e1711e4dc2bf17aacd3bd15d6aec00c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git: Add '-R' to less pager to show colors</title>
<updated>2023-06-13T02:01:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2022-01-07T12:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=11dde7c6be488b2a49c29b89f8f890666e6b4fe3'/>
<id>11dde7c6be488b2a49c29b89f8f890666e6b4fe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitconfig: Add 'ref-next' and 'log-next' aliases</title>
<updated>2019-07-10T03:21:21+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2019-07-10T03:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=d87201c7b95cd3b89665b4074c3c67f38e7eb376'/>
<id>d87201c7b95cd3b89665b4074c3c67f38e7eb376</id>
<content type='text'>
The 'ref-next' alias determines the *next* commit hash for the given
commit.

Credit:
* Referening the child of a commit
  https://stackoverflow.com/a/21032988
* Git alias with positional parameters
  https://stackoverflow.com/a/3326971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'ref-next' alias determines the *next* commit hash for the given
commit.

Credit:
* Referening the child of a commit
  https://stackoverflow.com/a/21032988
* Git alias with positional parameters
  https://stackoverflow.com/a/3326971
</pre>
</div>
</content>
</entry>
<entry>
<title>gitconfig: Clean up a lot (drop all aliases)</title>
<updated>2019-07-10T03:03:40+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2019-07-10T03:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=9bada0bf30622f7529d041d46a3cc5a48e2c56fb'/>
<id>9bada0bf30622f7529d041d46a3cc5a48e2c56fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitconfig: Update with LFS (large file storage)</title>
<updated>2018-11-09T16:00:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-11-09T16:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=7e1a4781927552285240863889b38d5df0e565ec'/>
<id>7e1a4781927552285240863889b38d5df0e565ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitconfig: Show traling whitespace; show tab at 8 stops</title>
<updated>2017-11-21T03:27:18+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-11-21T03:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=6e3573295fafd25dbb1c0a5cfcf38e8327fe7be5'/>
<id>6e3573295fafd25dbb1c0a5cfcf38e8327fe7be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add _gitmessage and update _gitconfig</title>
<updated>2017-08-14T14:27:21+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-14T14:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/dotfiles.git/commit/?id=84f9a07199b18a6e3e8304c53a40624dc21bdfe1'/>
<id>84f9a07199b18a6e3e8304c53a40624dc21bdfe1</id>
<content type='text'>
Credit: https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit: https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
</pre>
</div>
</content>
</entry>
</feed>
