@[email protected] to Programmer [email protected]English • 11 months agoGitHub Desktop or Git CLI?programming.devimagemessage-square136fedilinkarrow-up1510arrow-down132
arrow-up1478arrow-down1imageGitHub Desktop or Git CLI?programming.dev@[email protected] to Programmer [email protected]English • 11 months agomessage-square136fedilink
minus-squareRikudou_SagelinkfedilinkEnglish11•edit-211 months agoMust be an interesting work if you never add, commit or push. Edit: How the hell did you get the repo without clone?
minus-square@[email protected]linkfedilink11•11 months agoPshaw, real programmers write out the contents of .git by hand. (Also, it was a joke, the last two commands I listed are ones you’ll ideally never need in your life)
minus-square@overcast5348link3•11 months agoI was scared of reflog too. Had to use it for the first time recently after I accidentally’d a branch that I hadn’t pushed to remote yet. I was so glad that I could recover it all in <5 commands.
Must be an interesting work if you never
add
,commit
orpush
.Edit: How the hell did you get the repo without
clone
?Pshaw, real programmers write out the contents of
.git
by hand.(Also, it was a joke, the last two commands I listed are ones you’ll ideally never need in your life)
I was scared of reflog too. Had to use it for the first time recently after I accidentally’d a branch that I hadn’t pushed to remote yet. I was so glad that I could recover it all in <5 commands.