Versions Compared

Key

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

...

  • git-checkout
    • checks out a specific branch or tag from the Git repository to the local repository
  • git-clone
    • initially clones a Git repository to a local repository
  • git-add
    • adds or updates (stage) a new or modified configuration object on the filesystem to the local repositoryJOC REST API ./inventory/ repository/storeadds or updates configuration objects from the JOC Cockpit database to the local repositories filesystem folder
  • git-reset
    • unstages a modification from the local repository, the modified file is still in the filesystem remains unchanged and still contains the modification
  • git-delete
    • removes an already added configuration object from the local repository
  • git-commit
    • commits newly staged configuration objects to a local repository
  • git-push
    • pushes changes from the local repository to the remote Git repository

...