Skip to content

Instantly share code, notes, and snippets.

View klee1611's full-sized avatar
Working from home

Kourtney Lee klee1611

Working from home
View GitHub Profile
@klee1611
klee1611 / package-lock-conflicts.md
Created January 15, 2024 09:15 — forked from szemate/package-lock-conflicts.md
How to resolve package-lock.json conflicts

How to resolve package-lock.json conflicts

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
    git pull
    
  2. Merge your feature branch into master:
@klee1611
klee1611 / tmux.conf
Created April 10, 2018 03:30 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000