Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

git

NodeJS

Using git patch or how to live with your packages not updating

There’s a longstanding bug in react-native that has been active since 2018. Korean text is broken on iOS (especially if you move the input cursor to the beginning of the line) https://github.com/facebook/react-native/issues/19339 Various fixes were merged and reverted over the…

Read More Using git patch or how to live with your packages not updatingContinue

Development

Prune big files from Git with BFG

Step 2: Clone your repo as a mirror Run this to clone your repo as a mirror. git clone –mirror git://example.com/your-repo.git The —-mirror flag means that it doesn’t actually download any of the files from your codebase. It downloads the…

Read More Prune big files from Git with BFGContinue

Development | NodeJS

Install npm packages directly from a github repo

The above installs a node package from github into your node_modules folder and automatically adds the dependency to your package.json!

Read More Install npm packages directly from a github repoContinue

Development | General IT | Linux

Temporarily ignore a file in git

To ignore a file [cc] git update-index –assume-unchanged file.to.ignore [/cc] To undo [cc] git update-index –no-assume-unchanged file.to.ignore [/cc] Alternatives: [cci lang]git stash[/cci], [cci lang].gitignore[/cci], but I need to keep the file in the working copy, and not touch the gitignore…

Read More Temporarily ignore a file in gitContinue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog