this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add a git alias to get worktree/git-dir info

+1
+1
.gitconfig
··· 37 37 su = submodule update 38 38 copy = !fish -c \"git diff $argv | fish_clipboard_copy\" - 39 39 paste = !fish -c \"fish_clipboard_paste | git apply\" 40 + env = "!sh -c 'echo \"GIT_DIR=$(git rev-parse --git-dir)\"; echo \"GIT_COMMON_DIR=$(git rev-parse --git-common-dir)\"; echo \"GIT_WORK_TREE=$(git rev-parse --show-toplevel)\"'" 40 41 [core] 41 42 editor = vim 42 43 quotePath = true