Send changes from a specific feature branch to its remote counterpart

git feature

  • Create or merge feature branches.
    Feature branches obey the format feature/<name>.
    More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-feature>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

git feature {{feature_branch}} --remote {{remote_name}}

click the source code to copy install git feature on any operating system with command-not-found.com