mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Ensure info dir exists
This commit is contained in:
parent
0f76863d9b
commit
691d640b2d
|
|
@ -42,6 +42,7 @@ function show_private {
|
|||
|
||||
function add_private {
|
||||
cd "$(git root)"
|
||||
mkdir -p .git/info
|
||||
add_patterns .git/info/exclude "$@"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue