Skip to content
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

add gswm and gswd command #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alex-glez-felix
Copy link

@alex-glez-felix alex-glez-felix commented Feb 18, 2025

This pull request introduces new git aliases and functions to streamline branch switching in the repository. The main changes include adding new aliases for switching to the main and develop branches and implementing corresponding functions.

New git aliases and functions:

  • aliases.md: Added new aliases gswm for switching to the main branch and gswd for switching to the develop branch.
  • src/aliases.ps1: Added functions gswm and gswd to switch to the main and develop branches, respectively.
  • src/git-aliases.psm1: Updated the list of functions to export, including the new gswm and gswd functions.

Utility functions:

  • src/utils.ps1: Added a new function Get-Git-DevelopBranch to determine the develop branch name from a set of common names.

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