Commit graph

12 commits

Author SHA1 Message Date
Bruno BELANYI 8e048f3a65 [UPDATE][GIT] Remove unused aliases 2021-01-27 15:00:44 +01:00
Bruno BELANYI cf779c41dc [ADD][GIT] Prune branches and tags on fetch 2020-12-12 14:12:42 +01:00
Bruno BELANYI f21c57ded3 [UPDATE][GIT] Use main as default branch name 2020-12-12 14:12:42 +01:00
Bruno BELANYI 6c106f6170 [ADD][GIT] Include email configuration
I do not wish to version control my email configuration itself.
2020-12-12 14:12:42 +01:00
Bruno BELANYI 488453993e [UPDATE][GIT] Use personal mail domain 2020-12-12 14:12:42 +01:00
Bruno BELANYI 537e88320a [FIX][GIT] Alias to fixup skips other fixups 2020-12-12 14:12:42 +01:00
Bruno BELANYI 6296ba2187 [ADD][GIT] Alias to fixup last commit on file 2020-12-12 14:12:42 +01:00
Bruno BELANYI e0e5f22bb2 [ADD][GIT] Use EPITA identity for relevant repos 2020-12-12 14:12:42 +01:00
Bruno BELANYI 5fc613a7c0 [ADD][GIT] Alias to push to new branch & track it 2020-12-12 14:12:42 +01:00
Bruno BELANYI 83d3ee0624 [UPDATE][GIT] Use tab-based indent in gitconfig
When you use `git config --global ...` to write to this file, it uses
tabs to indent the configuration options. This makes the file more
consistent with Git's way of writing the configuration.
2020-12-12 14:12:42 +01:00
Bruno BELANYI 51ef52513e [ADD][GIT] Alias related to 'assume-unchanged' 2020-12-12 14:12:41 +01:00
Bruno BELANYI 8a9cc1f98e [UPDATE][GIT] Use XDG_CONFIG_HOME scheme
Git supports looking for its configuration in
$XDG_CONFIG_HOME/git/config and a global ignore file in
$XDG_CONFIG_HOME/git/ignore in recent versions.
2020-12-12 14:12:41 +01:00
Renamed from git/.gitconfig (Browse further)