Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 969 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 969 Bytes

Gitname Repository Setup

Pre Installation

To get started with Gitname, follow these pre-installation steps:

  1. Install Rust and Cargo:

    curl https://sh.rustup.rs -sSf | sh

Installation

  1. Clone this Repository:

    git clone https://github.com/edapess/gitname.git
  2. Go to repository directory:

    cd gitname
  3. Build Project

    ./build.sh
  4. Restart Your Terminal: After completing the above steps, restart your terminal to apply changes.

How to Use

  1. Run Gitname:
   gitname
  1. Insert Task Link from Linear:
  • You will be prompted to insert the task link from Linear.
  1. Get Branch Name:
  • Gitname will generate a branch name based on the task link.
  1. Switch to the Generated Branch:
  • You will be automatically switched to the newly created branch.

Now you are ready to work on your task using the Gitname workflow.