Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit e4ede09

Browse files
authored
feat(git): add pu for syncing forked repos.
1 parent 7edfa83 commit e4ede09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/shell/git.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
g = "grep";
6868
m = "merge";
6969
p = "pull";
70-
pu = "push";
70+
pu = ''!"git fetch origin -v; git fetch upstream -v; git merge upstream/master"'';
7171
rv = "revert";
7272
s = "status";
7373
st = "status";

0 commit comments

Comments
 (0)