mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-14 14:08:19 -05:00
meta: remote_build no longer untracks new files after build
This commit is contained in:
@@ -25,7 +25,8 @@ git push build --force-with-lease
|
||||
if [[ $retVal -eq 0 ]]; then
|
||||
commit_msg=$(git log -1 --pretty=%B)
|
||||
if [[ "$commit_msg" == "$temp_commit_msg" ]]; then
|
||||
git reset "$old_head" &>/dev/null
|
||||
# Keep i(N)tent to add
|
||||
git reset --mixed -N "$old_head" &>/dev/null
|
||||
fi
|
||||
fi
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user