mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07: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
|
||||
git add [^.]* \
|
||||
|| return
|
||||
git add .gitignore \
|
||||
git add -f .gitignore \
|
||||
|| return
|
||||
git commit -m 'Initial commit.' \
|
||||
|| return
|
||||
|
Loading…
Reference in New Issue
Block a user