diff options
author | Alan Pearce | 2019-10-25 19:50:26 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-25 19:50:48 +0200 |
commit | 42b2b142c4a00fd5758104bc6e736a9d9314096f (patch) | |
tree | 06151b30982f333ecb566393a0c0faaae6cda456 /user/settings | |
parent | dee8f2be2c305e9549b42780c4ba9c56cbf7e9af (diff) | |
download | nixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.tar.lz nixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.tar.zst nixfiles-42b2b142c4a00fd5758104bc6e736a9d9314096f.zip |
zsh: update git aliases
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 81a91fc5..e9afb503 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -196,10 +196,12 @@ in gd = "git diff"; gf = "git fetch"; gk = "git push"; + gkf = "git push --force-with-lease"; gj = "git pull"; gl = "git lg"; gm = "git merge"; - gr = "git remote"; + ge = "git remote"; + gr = "git rebase"; gz = "git stash"; gzl = "git stash list"; gzp = "git stash pop"; |