I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment i got into the habit of just running both .
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
I suppose one could identify the command they typically intend to run, and map "brew updo" to it.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment I think it's a Linux convention, and even they get confused sometimes https://itsfoss.com/apt-update-vs-upgrade/
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment My mnemonic (which may or may not work for you) is that “update” comes before “upgrade” alphabetically, so that’s the one you should run first.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment Ditto. I’ve just learned to do the opposite of what my gut tells me to do and nail it every time.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment IIRC upgrade used to not update, now I feel like you can just upgrade and be good. Historicaly it matched Linux package managers
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment You've made a typo in "topgrade".
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment you gotta update the "available software" feed before upgrading to the application versions listed in it.
Might help you remember ... but prob not.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment …corked.app pulls a hold my beer on you. I’ve been using Corked unsuccessfully for most of a year. Every time it updates the casks a few of them require I finish from the command line. So really it just exists to yell run a command.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment one is a refill the other is another kind of beer?… As long as I don’t have an empty mug I will have them both
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment same
-
@marcoarment I think it's a Linux convention, and even they get confused sometimes https://itsfoss.com/apt-update-vs-upgrade/
@NeueWelle @marcoarment Under FreeBSD pkg update downloads the currently available package list, while pkg upgrade downloads and installs the outdated packages. In the MacPorts world that corresponds to port sync and port upgrade outdated.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment truly the usb-a of terminal commands
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment I just make a single alias that updates everything and then i never have to remember anything but my naming convention.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment The answer these days is simple! Just run `brew upgrade`, as it auto-updates. Erase `update` from your shell history and never wonder again.
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment This is embarrassingly true! However, about two weeks ago, I had to manually type these many times, and for now (at least), I have it!
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment Thankfully, I suppose, it at least matches the much longer history of Apt syntax behavior on Debian/Ubuntu servers, where you have to *update* the repo lists before being able to *upgrade* any outdated packages.
(And then I also make it easier by aliasing `brew update ; brew upgrade ; brew cleanup` as one run every few days.)
-
I have been a Macintosh user for quite some time now and I have never, not once, not a single time, correctly distinguished "brew update" from "brew upgrade" on the first try
@marcoarment It’s very simple. You use “brew update” when you want to update and “brew upgrade” when you want to upgrade.
-
@marcoarment I just make a single alias that updates everything and then i never have to remember anything but my naming convention.
@curtisbridges @marcoarment yup mine is `brewup`