aliases
parent
50bebb3bfc
commit
6937d7b166
10
home.nix
10
home.nix
|
@ -99,6 +99,16 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Zynh Ludwig";
|
userName = "Zynh Ludwig";
|
||||||
userEmail = "zynh0722@gmail.com";
|
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 = {
|
extraConfig = {
|
||||||
credential = {
|
credential = {
|
||||||
helper = [
|
helper = [
|
||||||
|
|
Loading…
Reference in New Issue