iammike@programming.devtoProgrammer Humor@lemmy.ml•Exactly how I feel whenever I use SSH
57·
1 year agoThe fine line between ssh and lsd
The fine line between ssh and lsd
That’s passion my friend! Don’t underestimate it as just stubbornness
Some people simply ignore warnings, that’s the main issue. Trust me, I saw this way too often.
If you cannot compile it than you have to fix it, otherwise just mark unused variables as ‘not an error’ via _ = someunusedvar
.
You can probably use something like
To get rid of all the artifacts not tracked by git, in this case it’s virtually the same as deleting the repo and re-cloning it.
NOTE: Make sure everyhing is staged, otherwise that data is gone