Skip to main content
Home

Main navigation

  • Apps
  • Forum
  • Blog
    • Podcast
    • Guides
    • Hardware & Accessory Reviews
    • Bug Tracker
    • Developer Resources
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. App Development and Programming

Git Client

By Rich B, 2 March, 2019

Forum
App Development and Programming

Any recommendations for an accessible git client? Or do people mostly use the command line?

Options

  • Log in or register to post comments

Comments

All command line

By Marconius

4 years 1 month ago

I do everything in iTerm or Terminal. Haven't even tried seeking out an accessible app since all the commands are just right there in the command line already for what I use it for.

Diffs

By Rich B

4 years 1 month ago

What about diffs? Not sure what the best way to deal with these are.

git format-patch for diffs.

By Jared

4 years ago

In reply to Diffs by Rich B

When comparing two branches in git use git format-patch. You will get patch files for each commit that is on one branch but not the other. Reading patch files isn't efficient at first but you get better at it with time.

More Like This

Site Information

  • About
  • Club AppleVis
  • FAQ
  • Contact

Unless stated otherwise, all content is copyright AppleVis. All rights reserved. © 2023 | Accessibility | Terms | Privacy