List of Useful Git Aliases

Open
#40 0 comments 3 reactions 0 assignees View on GitHub

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

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

enhancement help wanted
# 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dwyl/dev-setup

All issues in dwyl/dev-setup

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.