git-instafix: set a default upstream branch

This commit is contained in:
Oliver Davies 2024-07-11 00:00:00 +01:00
parent 2b157d1275
commit d2ae9d01ee

View file

@ -152,4 +152,8 @@
};
home.packages = with pkgsUnstable; [ git-instafix ];
home.sessionVariables = {
GIT_INSTAFIX_UPSTREAM = "origin/main";
};
}