So, with a merge you basically shuffle in the changes from both branches, but a rebase takes only the changes from one branch and puts it over the other?
Edit: no. Read wrong. I should probably watch a vid about it or something
I think the most problematic thing about this is that you give very private and intimate information of not just you but also your ex out, most definitely without their consent
Why is everyone talking about 1TB being tiny? I have one 1TB SSD and it's the biggest storage medium in the entire house what kinda stuff do y'all save?
Yeah, but imo the best way to learn vim is to do it as you go. You only really need to know getting in and out of insert and how to write and quit. Once you've got that, if you wanna do something and think there's probably a better way than moving there with the arrow keys, look it up on the Internet, remember the thing, do it a few times and you've learned a new thing about vim. "Surely there's a search and replace function" yeah, is substitute with the s command. "I wanna navigate quicker within lines" use f, t and their capital versions. Combine with the quickscope plugin and you're golden.
Learn the stuff you want to use, don't memorize commands you don't need
I mean, timestamps aren't really all that useful. Really just if you do some stuff with makefiles but even then it's a stretch. I did once use cat for its intended purpose tho, for a report. We split up the individual chapters into their own files so we have an easier time with git stuff, made a script that had an array with the files in the order we wanted, gave it to cat and piped that into pandoc
It needs a flaw to be fun; there has to be a problem that made it unfit for production and the solution lowered the power. Too inefficient, too inaccurate, too big, too unsafe, too unreliable. Make it a fun thing the player can play around so it's a sidegrade rather than an upgrade
Vim actually has a surprising ammount of features already built in, you don't even really need any Plugins. It has a file browser, terminal emulator, and window tiling built in
I have that shit with tech-talk. I have a crush on a fellow IT-student and I kinda hate that he actually seems interested in the shit I Infodump about because I'll just keep going forever
So, with a merge you basically shuffle in the changes from both branches, but a rebase takes only the changes from one branch and puts it over the other? Edit: no. Read wrong. I should probably watch a vid about it or something