@[email protected] to Programmer [email protected]English • 2 years agoGitHub Desktop or Git CLI?programming.devimagemessage-square157fedilinkarrow-up1522arrow-down132
arrow-up1490arrow-down1imageGitHub Desktop or Git CLI?programming.dev@[email protected] to Programmer [email protected]English • 2 years agomessage-square157fedilink
minus-squareRikudou_SagelinkfedilinkEnglish11•edit-22 years 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•2 years 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@[email protected]linkfedilink3•2 years 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.