We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07be67 commit ff284c5Copy full SHA for ff284c5
1 file changed
rc/gitconfig
@@ -46,6 +46,7 @@
46
deltag = !git tag -d $1 && git push origin :refs/tags/$1
47
jeff = !git diff --ignore-space-at-eol -b -w --ignore-blank-lines
48
lg = !git --no-pager log --reverse --pretty='%C(yellow)%h %C(bold blue)%<(15,trunc)%an%Creset %Cgreen%ad%Creset %s%C(auto)%d%Creset' --date=format:'%Y/%m/%d %H:%M' -n32
49
+ newbranch = "!f() { git branch \"$1\" && git push -u origin \"$1\" && git checkout \"$1\"; }; f"
50
remotes = !git remote -vv
51
stashes = !git stash list
52
sync = !git fetch && git pull && git cleanup && git push
0 commit comments