-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIT #54
Comments
Thanks for the App Request! That sounds familiar. I’ll Google it to see if it’s popular enough. Also... I'm currently working on getting to all the requests, however, if you'd like help push things along feel free to add context based on the App Request Template |
No need to google, just see the first three letters of GitHub! Also, check the chart in this tracking issue of homebrew, which includes most of most-wanted libs and commandline tools that developers use |
Looks like the homebrew guys aren't sure of the status yet either |
https://youtu.be/1l21xUwy5d0?t=75 seems to be working nativly |
Is that Terminal running via Rosetta 2? Example |
Just tested, working in both arm terminal and Rosetta terminal. Also Github Desktop works (Under Rosetta) |
That's just beautiful! Status: ✅ Yes, Full Native Apple Silicon Support Feel free to make a pull request using the App Addition Template otherwise I'll add it when time permits. |
We'll use this as the download link |
App is now live on the site! https://doesitarm.com/app/git-version-control/ Feel free to browse through the other issues to help with missing info on other apps. |
@pawelostr Is that the version of Git that is bundled with Xcode, installed from Homebrew, or built from source? If it's the version of Git with Xcode, can you tell me the |
@richiksc it's from Xcode, I didn't put too much thought in it, run git, prompted me to install I think Xcode CLI, I did, it runs. And I believe I installed it only one time in arm terminal but it runs fine in Rosetta Terminal. I can't for sure tell if it's arm or x86 version running (what is Apple git-128?), but here's native Terminal: And Rosetta Terminal: |
@pawelostr Alright, so it looks like it's running git v2.24, which is a few versions behind the latest v2.29. Apple-git is just their revision number, I'm guessing. A really quick way to tell if a binary is Rosetta or native in terminal is to run file $(which git) |
Im afraid the answer then is both ;) |
@pawelostr that's great! It'll run natively in a standard terminal. I don't know the behavior of Rosetta terminal, however. |
@richiksc I haven't really been using git or playing around with any tools (work to do + first Mac ever), but I've been using Homebrew (pretty sure it uses git) and a few tools in Rosetta terminal and so far it really was It Just Works™, so I'm really happy. I was a bit worried about Julia lang as it was the only cmd tool I needed that was in dmg, but I added some path to it somewhere and again - It Just Works™. edit: correction, it was a symlink, as per https://julialang.org/downloads/platform/ |
@richiksc do you know how to update the bundled Git version to the latest version with Apple Silicon? |
@jensmeindertsma You can install the latest version natively with Homebrew. |
The version control thing!
The text was updated successfully, but these errors were encountered: