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

Commit

Permalink
feat(git): add pu for syncing forked repos. (#80)
Browse files Browse the repository at this point in the history
feat(git): add pu for syncing forked repos.
  • Loading branch information
storopoli authored May 13, 2024
1 parent 7edfa83 commit 170f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/shell/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
g = "grep";
m = "merge";
p = "pull";
pu = "push";
pu = ''!"git fetch origin -v; git fetch upstream -v; git merge upstream/master"'';
rv = "revert";
s = "status";
st = "status";
Expand Down

0 comments on commit 170f856

Please sign in to comment.