mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-20 09:38:05 +02:00
github: fix new_gh to force-add .gitignore (#7086)
This commit is contained in:
parent
abca62add1
commit
314f9dfcb3
@ -36,7 +36,7 @@ new_gh() { # [DIRECTORY]
|
|||||||
print '.*'"\n"'*~' >> .gitignore
|
print '.*'"\n"'*~' >> .gitignore
|
||||||
git add [^.]* \
|
git add [^.]* \
|
||||||
|| return
|
|| return
|
||||||
git add .gitignore \
|
git add -f .gitignore \
|
||||||
|| return
|
|| return
|
||||||
git commit -m 'Initial commit.' \
|
git commit -m 'Initial commit.' \
|
||||||
|| return
|
|| return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user