Elektrine lite

← Feed

Fustiki Scuria

Fustiki_Scuria@mastodon.octofriends.garden

<p>A friendly squirrel floofware developer. I like most sciences and cuddles</p>

Posts

  • Post #2969785

    Git: Hi, I&amp;#39;d like to request the git-upload-pack service My dumbass server: Hello, World! Git: Ok, I&amp;#39;m cloning a blank repo

  • Post #2969784

    Here are two ways to import a commit from another repo (useful for importing templates) apply: git clone $OTHER_REPO_URL $OTHER_REPO cd $OTHER_REPO PATCH=$(realpath $(git format-patch $COMMIT^..$COMMIT)) cd $TARGET_REPO git apply $PATCH rm -rf $OTHER_REPO cherry-pick: cd $TARGET_REPO git remote add other $OTHER_REPO_URL git fetch other git cherry-pick $COMMIT git remote remove other git gc Which do you prefer?

  • Post #2969783

    Sometimes I wake up and just want to walk over to a friend&amp;#39;s lap and curl up on it to go back to sleep.