mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Ports: Force-add all files when entering dev
This keeps us from accidentally excluding files that are listed in the `.gitignore` but that are included in the tarball anyways.
This commit is contained in:
parent
1dd22582da
commit
8a5941e294
Notes:
sideshowbarker
2024-07-17 10:33:24 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/8a5941e294 Pull-request: https://github.com/SerenityOS/serenity/pull/14162 Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/linusg ✅
@ -727,7 +727,7 @@ do_dev() {
|
||||
pushd "$git_repo"
|
||||
if [ ! -d "$git_repo/.git" ]; then
|
||||
git init .
|
||||
git add .
|
||||
git add --all --force
|
||||
git commit -a -m 'Initial import'
|
||||
fi
|
||||
# Make it allow pushes from other local checkouts
|
||||
|
Loading…
Reference in New Issue
Block a user