SkillAgentSearch skills...

Gitcher

The git profile switcher

Install / Use

/learn @bglezseoane/Gitcher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Gitcher

The git profile switcher

Status

  • Webpage: http://www.borja.glezseoane.es/garaje/gitcher.html.
  • Mailing list board: http://listas.glezseoane.es/mailman/listinfo/gitcher_listas.glezseoane.es.

Gitcher is the git profile switcher, a TUI (terminal user interface) application which facilitates the switching between git profiles, importing configuration settings such as name, email and user signatures.

Screen capture 1

Screen capture 2

Purpose

It is possible that you have multiple git configurations. E.g.:

  • Work profile
Name: Jane Doe
Email: janedoe@work
PGP Key: AAAA1234
  • Personal profile
Name: Jane Doe
Email: janedoe@home
PGP Key: BBBB5678

It could be a nuisance to switch between profiles while working on different projects. In addition, it is common to forget what profile you are using when you start commit in a new repository, and rewrite your story can be a bigger nuisance.

This tool aims to facilitate the configuration of the profile to be used in each project, an agile exchange between the different profiles and a way to control the profiles that you are using in your machine.

What is a Gitcher profile?

A profile is a git configuration data set that includes:

  • Name.
  • Email.
  • PGP Key (optional).
  • GPG autosigning preference (activate it do that every commit will be signed).

It is identified by a subject tittle like "work" or "university" that have to be unique.

Saved data

The ~/.cherfile file contains the saved profiles data.

To set up

Please, read the install guide.

Acknowledgments

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3y ago
Forks2

Languages

Python

Security Score

80/100

Audited on Mar 23, 2023

No findings