Skip to content

Commit 712223e

Browse files
committed
Wordsmith
1 parent 2fa3e73 commit 712223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/posts/2024-07-03-better-shell-aliases-in-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ It's as simple as defining Fish functions (ex: `gitex_foo`, `gitex_bar`, etc), a
172172
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:
173173

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

178178
Example:

0 commit comments

Comments
 (0)