Closed jermanuts closed 2 months ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 288dae46608935261218ec9db4882660b387ccd2 |
Latest deploy log | https://app.netlify.com/sites/barolo-time-757cf9/deploys/66af96c3ef7fa100086a0e7b |
Deploy Preview | https://deploy-preview-2333--barolo-time-757cf9.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
LGTM, thanks for all the reviews!
while we wait for the legal department to approve the changes, i notice this is your 2nd pull request from master
branch and you where reluctant to squash/edit the previous one, have times changed?
what plowsof is trying to say:
and i'll add
sourcefolder: change made
so, legal: update index.md
I can leave my approval (pending 1, 2 and preferably 3)
To squash
git pull <remote> master
git rebase -i HEAD~7
this will show a list of the 7 commits. They will say pick <commit msg>
. For the bottom 6, replace pick
with squash
and then save the filelegal: update index.md
, then save the filegit push -f
to push the changes@nahuhh please tell me it worked (and didn't miss any commit), had to use Vim 😭 and oh I hate Git.
I might close this PR and open a new one with all edits instead of suffering
Looks like it went well 🙏 thank you
If you make the latest changes locally, you can edit the original commit
git add index.md
git commit --amend --no-edit
git push <youruser> -f
Should we also remove "Password Protected Areas" as it is irrelevant because the forum is now inaccessible?
Also please revise the grammar changes I made.