hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoGitHub Desktop or Git CLI?programming.devimagemessage-square110linkfedilinkarrow-up1470
arrow-up1439imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square110linkfedilink
minus-squareValmond@lemmy.mindoki.comlinkfedilinkarrow-up15·2 years agofetch, reset --hard, checkout -b and cherry-pick? :-D
minus-squaremuix@infosec.publinkfedilinkarrow-up10·2 years agoMore like clone, pull, commit, and push --force >:-D
fetch, reset --hard, checkout -b and cherry-pick?
:-D
More like clone, pull, commit, and push --force
>:-D
push origin head
^^