joseluisq/gitnow

[Feature-Request]: Add default or main Command to Switch Back to Main/Master Branch

開放

#55 建立於 2024年9月22日

 (1 則留言) (0 個反應) (0 位負責人)Shell (27 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (491 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Introduction

Adding a new command, default or main, would be beneficial to the gitnow tool that allows users to quickly switch back to the main or master branch of their repository. This command would streamline the workflow for users who frequently switch between feature branches and the main branch.

Suggested Implementation

The new command should:

  1. Detect the default branch name (either main or master).
  2. Switch to the detected default branch.

Example Usage

Command:

 default

or:

 main

Instead of:

git checkout main
# or
git checkout master

This feature would enhance the usability of gitnow by providing a quick and intuitive way to switch back to the main branch, aligning with common git workflows.

貢獻者指南