Skip to content
  • Stavros Sachtouris's avatar
    Adjust config cli commands to serve remotes · 844a6bdb
    Stavros Sachtouris authored
    Refs: #3934
    
    config set remote.smth.option value
      inserts option=value in remote smth
    config get remote.smth
      lists the contents (key=val) of remote smth
    config delete remote.smth.option
      deletes this specific option from the remote smth
    config delete remote.smth
      completely erased the remote smth
    844a6bdb