You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always fast-forward when pulling (never rebase as it may mess up your local branch):
199
+
200
+
```zsh
201
+
git config --global pull.ff only
202
+
```
203
+
204
+
-[Setup SSH for GitHub](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
205
+
-[GitHub Desktop](https://desktop.github.com/)
206
+
-[GitHub CLI](https://cli.github.com)
201
207
202
208
## Tools & Applications
203
209
204
210
-[iStat Menus](http://bjango.com/mac/istatmenus/) - help me figure out if something's taking too much CPU, RAM, or network
205
211
-[VS Code](https://code.visualstudio.com/)
206
-
-[GitHub Desktop](https://desktop.github.com/)
207
212
-[Docker for Mac](https://docs.docker.com/docker-for-mac/install/)
208
213
-[EditorConfig](https://editorconfig.org/)
209
-
210
-
## Etc.
211
-
212
-
-[SF Fonts](https://developer.apple.com/fonts/)
214
+
-[Set up private npm token](https://docs.npmjs.com/using-private-packages-in-a-ci-cd-workflow)
215
+
-[Set up ssh without typing your password](https://superuser.com/questions/8077/how-do-i-set-up-ssh-so-i-dont-have-to-type-my-password)
0 commit comments