List of Useful Git Aliases
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 30/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- git
- Domain
- developer-experience, documentation
Research direction
No file, test, or entry point is named. Review the repository's setup documentation to find where Git aliases belong, then check the existing style before adding useful aliases and their descriptions. Done means the aliases are documented in the appropriate setup guide.
Written by the indexing model from the issue text.
Description
# delete all local git branches except master:
alias gbd="git branch | grep -v "master" | xargs git branch -D"
via: https://coderwall.com/p/x3jmig/remove-all-your-local-git-branches-but-keep-master
What aliases do you use most often? (please share!)
- Dominant language
- No language data
- Stars
- 84
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dwyl/dev-setup
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
discuss enhancement help wanted priority-1 research T4h technical
Difficulty 5/5 Over a week Newbie friendliness 48/100
-
Zellij: Opendiscuss enhancement T25m technical
Difficulty 3/5 1-2 days Newbie friendliness 20/100
-
enhancement T5m
dwyl/dev-setup#68 · 3 comments · 2 reactions · 2 assignees ·
-
Setup Your Mac! Opendiscuss enhancement in-progress priority-2 T2h
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
hemilabs/ui-monorepo#2332 ·
-
Help-Wanted Needs-Triage Package-Update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/winget-pkgs#438662 ·
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
olcf/olcf-test-harness#278 · 1 comment ·