Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Condor lxsys [or smth of sorts] in message suggesting wsl died. No idea how drivers or hw could be related 😁
-
Condor324966y@netikras but but.. it can't be Windows' fault! I never have issues with it, therefore it doesn't have issues at all! It can't possibly be that Windows is a steaming pile of shit that crashes seemingly at random, it can't possibly be!!! 😖
There's a reason why I put most critical stuff in screen sessions when I'm working on remote servers from Windows 🙃 -
@Condor you know, you must be right. Since windows is the superior os it's not its fault it crashed. It must be the linux subsystem that did smth bad and meddled with windows and made it crash. BAD linux! BAD!
/S -
@gathurian
https://stackoverflow.com/questions...
add * means add all files in the current directory, except for files, whose name begin with a dot. This is your shell functionality and Git only ever receives a list of files.
add . has no special meaning in your shell, and thus Git adds the entire directory recursively, which is almost the same, but including files whose names begin with a dot. -
@netikras ow my bad. I was replying to @pai-shinoda. No idea how I messed that up.
-
skrublord206yAll good until you want to work on something at home and you realise you haven't pushed the commit 🙃
Related Rants
Friday. 17:56. Time to go home.
> git add *
> git commit -m 'wip, feature almost done, need to test'
> git pu... [BIG FAT BSOD]
fuck it, I'm out
rant
git
windows
bsod