Skip to content

Instantly share code, notes, and snippets.

View kevin3747118's full-sized avatar

Kevin Huang kevin3747118

  • @ALZK-TW, Anteater-Tech, Oracle
  • Taiwan
View GitHub Profile
// https://inteist.com/git-remove-pods-folder-from-pushed-repository-how-to/
git filter-branch --index-filter 'git rm --cached --ignore-unmatch Pods/*' --tag-name-filter cat -- --all
git push --force
@kevin3747118
kevin3747118 / mac-setup.md
Last active February 24, 2023 21:10 — forked from todc/mac-setup.md
Fresh Mac OS Setup

1. (Optional) Run Software Update

Make sure everything is up to date.

Software Update

2. (Optional) Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.
  2. Open and accept the terms