Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
69 B

function git-push-diff-name
git push -f origin HEAD:$argv[1]
end