Hacker News new | ask | show | jobs
by WalterGR 1494 days ago
`ga` and `gcp`. Are those part of git?
2 comments

The only part I left out is that as part of my shell config I automatically alias all my short git aliases (as well as a few special cases). So “gcp” -> “git cp” etc.

https://github.com/kbd/setup/blob/d95653da5ab367b1e628b97537...

I assumed those were aliases for `git a` and `git cp` which are in the config file.
No, they're not in the config file.

`gcp` and `ga` are part of forgit, not OPs config. That's why searching the repo didn't find anything. From the phrasing, I thought they were part of OPs repo.

`gcp` https://github.com/wfxr/forgit/search?q=gcp

`ga` https://github.com/wfxr/forgit/search?q=ga