Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Sebastian Martin Dicke (killerdicke@chaos.social)'s status on Sunday, 04-Aug-2019 03:38:49 EDT Sebastian Martin Dicke Sebastian Martin Dicke

    Ich habe hier eine kleine Shellfunktion für euch, um bequem die HTTPS-URL eines Git-Repositories zu kommen:

    function git-url() {
    #Call this function with one argument if you want the URL of another remote repository than origin
    if [ -z "$1" ];
    then
    name="origin";
    else
    name="$1";
    fi;
    git remote get-url "$name" | awk -F '' 'gsub("git@", ""), gsub(":","") {print "https://" $0}'
    }

    In conversation Sunday, 04-Aug-2019 03:38:49 EDT from chaos.social permalink
    1. Sebastian Martin Dicke (killerdicke@chaos.social)'s status on Sunday, 04-Aug-2019 03:39:05 EDT Sebastian Martin Dicke Sebastian Martin Dicke
      in reply to

      *um an die

      In conversation Sunday, 04-Aug-2019 03:39:05 EDT from chaos.social permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.