Add git-squash-merge script
This commit is contained in:
parent
adcbb914f1
commit
150182149a
3 changed files with 45 additions and 1 deletions
|
@ -146,7 +146,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.git-instafix ];
|
||||
home.packages = with pkgs; [
|
||||
git-instafix
|
||||
git-squash-merge
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue