Skip to content

Commit

Permalink
Wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Jul 3, 2024
1 parent 2fa3e73 commit 712223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2024-07-03-better-shell-aliases-in-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ It's as simple as defining Fish functions (ex: `gitex_foo`, `gitex_bar`, etc), a
You can [check out my dotfiles](https://github.com/mattmc3/dotfiles/) if you want to see [my `gitex` implementation](https://github.com/mattmc3/dotfiles/blob/main/bin/gitex). It has some helpful extras like supporting kebab-case-aliases, as well as my favorite alias `git cloner`, which enhances `git clone` with some extras:

- It lets you clone using repo short names (ohmyzsh/ohmyzsh)
- It assumes you want to clone a default location (`~/repos` which is configurable), instead of `$PWD`, unless a destination directory was explicitly provided
- It assumes you want to clone a default location (`~/repos` which is configurable), instead of `$PWD`, unless you provide a destination directory arg (eg: `.`)
- It can add flags you might forget, but usually want like `--recurse-submodules`

Example:
Expand Down

0 comments on commit 712223e

Please sign in to comment.