DEV Community

Malik Benkirane
Malik Benkirane

Posted on

git aliases v0

tldr; gist.

g func

disclaimer: no shift yet it's like aliases

eval `git <$@>`
Enter fullscreen mode Exit fullscreen mode
short long
ai add interactive
a amend last commit
s status short
ss status original default
c commit with diff
ca commit unstaged changes
* echo git command

Config

  • helix-editor.com
  • zsh (Mac OS, upgraded with brew.sh)
  • exa instead of ls (no alias yet)
  • wezterm terminal

Top comments (0)