DEV Community

Discussion on: g - a wrapper around git with additional feature extension

Collapse
 
pcdevil profile image
Attila Gonda • Edited

I know what you talking about :)

Often time I use g cd without any argument and couple of weeks ago I started to use CDPATH (available in both zsh and bash):

I can specify regularly used repositories and then jump to their git root from anywhere! so right now i rarely type g cd at all and just type cd project (or simply project with zsh) :)

(edit: wording)