<jonatack>
drmeister: `git rebase` is really worth becoming comfortable with. I use it many times daily to organise commits and make them hygienic.
<jonatack>
drmeister: start with git rebase -i HEAD~N ... where N is the number of commits back from head
<jonatack>
drmeister: often followed by a forced push (git push -f)
<jonatack>
drmeister: in case of problems during a rebase, you can return to prior state with: git rebase --abort
<ck_>
maybe it is not quite the proper time for these instructions when someone says they "don't have the mental bandwidth for [it] right now"?
<jonatack>
ck_: apologies if you think I'm being unhelpful to the point of warranting that comment. My intentions were good and I didn't see that. Condider me silenced.
<jonatack>
ck_: leaving this channel, cheers
jonatack has quit [Quit: jonatack]
<ck_>
... ok? The question was sincere, 'silencing' was not my intention.
jonatack has joined #slime
jonatack has quit [Client Quit]
_whitelogger has joined #slime
_whitelogger has joined #slime
_whitelogger has joined #slime
_whitelogger has joined #slime
makomo has joined #slime
makomo has quit [Ping timeout: 245 seconds]
_whitelogger has joined #slime
<drmeister>
Hello everyone.
<drmeister>
Don't worry about me - and when I said I didn't have the mental bandwidth to deal with git I meant "I don't have the mental bandwith to deal with git if I do something stupid and create a mess for myself to clean up".
<drmeister>
I'm a really easy going guy.
<drmeister>
That wasn't something to leave a channel over (sigh).
<drmeister>
Anywho - we will make some changes in Clasp's implementation of swank to take advantage of this line/column argument. Thank you very much luis for moving this forward so quickly!