aliases
This commit is contained in:
parent
50bebb3bfc
commit
6937d7b166
1 changed files with 10 additions and 0 deletions
10
home.nix
10
home.nix
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue