#garfield Logs

Sep 20 2022

#garfield Calendar

01:51 AM rue_mohr: 2804
02:01 AM rue_mohr: ok, its gonna drop in a while
03:48 AM rue_mohr: got it!
05:15 AM rue_mohr: ok where the hell are my notes for using git!
05:16 AM rue_mohr: aha!
05:16 AM rue_mohr: git clone https://github.com/ruenahcmohr/BedAnchorPackage.git
05:16 AM rue_mohr: git add .
05:16 AM rue_mohr: git commit -m "adding files"
05:16 AM rue_mohr: git push ssh://git@github.com/ruenahcmohr/BedAnchorPackage
05:43 AM rue_shop3: so I got it, I have 9600 baud in and out of a 6502 system using the 6522
05:44 AM rue_shop3: way, WAY more painfull than I was signed up for
05:28 PM rue_mohr: Tom_L, that ssh://git@... was the 2nd catch on using git that isn't logical
05:28 PM Tom_L: yeah
05:47 PM Tom_L: why would firefox block my router?
05:48 PM Tom_L: used to be able to access it on --> that pc but now i can't
05:59 PM Tom_L: .. somehow the link got screwed up on the tab
07:37 PM rue_mohr: polprog, wait
07:37 PM rue_mohr: you wrote your own hexdump too?
08:20 PM Tom_L: git command git@github.com:your_repo
08:34 PM rue_shop3: which does't make sense
08:35 PM Tom_L: no but it works
08:46 PM rue_mohr: big cnc machine
08:46 PM Tom_L: ?
08:46 PM rue_mohr: I was supposed to work on fixing the small one today and I forgot
08:47 PM Tom_L: done any sprayers lately?
08:47 PM rue_mohr: on the big one I got distracted while working on the servos
08:47 PM rue_mohr: no
08:47 PM rue_mohr: not the season
08:47 PM rue_mohr: we will see a burst first 1/4 next year
08:49 PM Tom_L: how's the helper?
08:51 PM rue_mohr: hide nor hair
08:54 PM Tom_L: i get confused when i make a local change and want to undo it before a git pull
08:56 PM rue_mohr: I just get a new copy in a temp space, modify it, push it, and burn the evidence
08:56 PM Tom_L: i've had to do that
08:56 PM Tom_L: but would like to know the 'right' way to do it
08:57 PM rue_mohr: not i
08:57 PM Tom_L: what's the difference between git pull --rebase and git reset hard?
08:57 PM rue_mohr: its too close to having it 'update' one of my new files from an old online repo
08:57 PM rue_mohr: no idea
10:14 PM aandrew: Tom_L: I use git command line a lot but I really like the "fork" gui tool
10:15 PM aandrew: the "right" way is just to check out the commit you want as the new head, create/checkout a branch from it, delete the main branch, rename your branch and push, the remote won't know about what you didn't push then
10:15 PM aandrew: there are probably better ways
10:16 PM aandrew: probably git reset HEAD~1 before push
10:16 PM aandrew: if you pushed and you don't mind rewriting remote history just git push -f (force)
10:16 PM aandrew: if you don't want to or can't rewrite history, then git revert
10:18 PM aandrew: https://i.stack.imgur.com/qRAte.jpg is kind of nice
11:07 PM rue_mohr: my goal tonight is to not stay up last midnight