Skip to content

Instantly share code, notes, and snippets.

View aissa-bouguern's full-sized avatar

Aissa BOUGUERN aissa-bouguern

View GitHub Profile
@szemate
szemate / package-lock-conflicts.md
Last active February 2, 2026 16:45
How to resolve package-lock.json conflicts

How to resolve package-lock.json conflicts

Important

The following guide has been created for coding bootcamp participants who are new to Git and NPM and not comfortable with CLI tools. Not intended for professional developers.

It is not possible to resolve conflicts of package-lock.json in GitHub's merge tool and you need to do a manual merge.

  1. Update the master branch with the latest changes:
    git checkout master
    
@khalidahmada
khalidahmada / wp-mailhog-config-smtp.php
Created August 10, 2018 11:14
Config Wordpress SMTP for MailHog - test your emails local
/*
* Add the MailHog to your wordpress projects
* By Khalid Ahmada
* MailHog @see https://github.com/mailhog/MailHog
*/
class WP_MAILHOG
{
function __construct()