fix git config
This commit is contained in:
parent
f5243bb25c
commit
24a2dd5cf3
|
@ -11,7 +11,7 @@
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.shellAliases = {
|
aliases = {
|
||||||
# Git aliases
|
# Git aliases
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gaa = "git add --all";
|
gaa = "git add --all";
|
||||||
|
|
Loading…
Reference in a new issue