aarch64
Zynh Ludwig 2024-02-28 01:28:10 -08:00
parent 50bebb3bfc
commit 6937d7b166
1 changed files with 10 additions and 0 deletions

View File

@ -99,6 +99,16 @@
enable = true;
userName = "Zynh Ludwig";
userEmail = "zynh0722@gmail.com";
aliases = {
co = "checkout";
ci = "commit";
st = "status";
br = "branch";
hist = "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short";
type = "cat-file -t";
dump = "cat-file -p";
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
};
extraConfig = {
credential = {
helper = [