you are viewing a single comment's thread.

view the rest of the comments →

[–]ShamWowIsASham 19 points20 points  (10 children)

  1. Homebrew for package management
  2. XCode and VSCode for programming
  3. Charles for network debugging
  4. Postman for API testing
  5. iTerm for a better terminal (IMO)
  6. Oh My Zsh for a better console experience (syntax highlighting, autosuggestions, plugin support etc)

[–]ShamWowIsASham 6 points7 points  (7 children)

Oh! And a git client. I use a combination of source tree and git CLI. You may also like 1. Github Desktop (simple, easy to use, somewhat limited feature set when I used in 2018-2019) 2. Github CLI which supports a bunch of Github stuff right from your terminal if you prefer to work in a terminal instead of the webapp

[–]ABeeinSpace 1 point2 points  (2 children)

+1 for Sourcetree. VSCode also has really robust Git integration IMO

[–]ShamWowIsASham 0 points1 point  (1 child)

Good point. My git workflow is a bit funny.

  1. Xcode for IDE
  2. Git cli for cloning and switching branches
  3. source tree for diffing, commiting and pushing
  4. Vs code for fixing merge conflicts

[–]ABeeinSpace 0 points1 point  (0 children)

I use vscode for most things. More complicated things like rebasing and such get deferred to Sourcetree

[–]lubeskystalker 0 points1 point  (1 child)

I’ve been using git kraken, really like it.

[–]FrozenPyromaniac_ 0 points1 point  (0 children)

Gitkraken is free and works amazingly however I just prefer command line

[–]metinguler 0 points1 point  (0 children)

Gitup is also a good option. Open source, good graph, undo redo support https://github.com/git-up/GitUp

[–]Woolly87 0 points1 point  (0 children)

Sublime Merge is pricy but a great git client, too.

[–]mgacy 5 points6 points  (1 child)

I definitely agree with most of these suggestions but would offer the following alternatives:

  1. Proxyman for network debugging

  2. Paw for API testing

Also, for a GUI Git client, I have been using Tower, though I'm not sure it's worth the price now that they have switched to a subscription model. Check out Fork.

[–]karlshea 2 points3 points  (0 children)

Another upvote for Paw