Add git aliases
This commit is contained in:
parent
e35cd83598
commit
4b1d11152b
1 changed files with 5 additions and 0 deletions
|
@ -22,5 +22,10 @@
|
|||
tool = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
aliases = {
|
||||
upstream = "!git push -u origin HEAD";
|
||||
recommit = "!git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue