🦊
Ring-ding-ding-ding-dingeringeding!
-
@haeger-consulting
- Bonn
Pinned Loading
-
-
Custom zsh theme
Custom zsh theme 1local user="%{$fg_bold[blue]%}%n@%{$fg_bold[blue]%}%m%{$reset_color%}"
2local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
3PROMPT='${user} ${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'45ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" -
-
List and delete branches whose remot...
List and delete branches whose remote branch is gone 1alias git-gone-l='git fetch --prune && (git branch -v | grep gone) | awk "{print \$1}"'
2alias git-gone-D='git-gone-l | xargs git branch -D'
-
git cheats
git cheats 1# shortform git commands
2alias g='git'
34# print your list of commits this month for a repo
5git log --since='last month' --author="$(git config user.name)" --oneline
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.