Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To update the Link using Docker you must: 

...

Aura panel
tab1
styles{"header":{"backgroundColor":{"color":"#c5e9fb"},"icon":{"size":18,"name":"faInfoCircle","color":"#000"}},"headline":{"text":{"fontSize":14,"fontWeight":"bold","color":"#111111","textAlign":"left","text":"Info"},"alignment":{"horizontal":"start"}},"base":{"size":{"height":150},"backgroundColor":{"color":"#cee9ffcc"},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.2)","x":0,"y":1,"blur":6,"spread":0},{"color":"rgba(0, 0, 0, 0.4)","x":0,"y":12,"blur":4,"spread":-10}]}},"body":{"text":{"color":"rgba(0, 0, 0, 0.75)","fontSize":14,"fontWeight":"lighter","textAlign":"left"}}}
body

If you have trouble running the Pull command because of the file on the machine with modifications that are not in Git, it is necessary to remove these changes and only then pull the update.

Try the following options:

  • in this directory, run the following command with a dot at the end followed by a space. This will clean up any changes

    Code Block
    git checkout.


  • for force reset perform: 

    Code Block
    git reset --hard


...