Skip to content

feat(git): add ls alias for listing all branches #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

dgokcin
Copy link
Owner

@dgokcin dgokcin commented Feb 3, 2025

Summary

Add a new git alias ls that shows all branches (both local and remote) using git branch -a. This provides a quick and intuitive way to view all available branches.

Changes

  • Added new git alias ls that maps to git branch -a
  • The alias provides a shorter, more memorable command for listing branches
  • Shows both local and remote branches in one view

Additional Notes

  • The alias follows the common Unix/Linux convention where ls is used to list items
  • This complements existing branch-related aliases in the configuration
  • The command is simple and straightforward, making it easy to remember and use

- add 'ls' alias that shows all branches using 'git branch -a'
@dgokcin dgokcin closed this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant