Wiki

Clone wiki

scl-manips-v2 / help / add_images

Add Images or Files to the Wiki

  1. Clone the wiki to your computer
    • git clone https://<<<username>>>@bitbucket.org/samirmenon/scl-manips-v2.git/wiki
  2. Add your files to your local branch of the wiki
    • git pull
    • cp //LOCAL//PATH//img.jpg //WIKI//PATH//
    • git add //WIKI//PATH//img.jpg
    • git commit -m "commit message"
  3. Push your branch onto the wiki and your changes will be live immediately
    • git push

Updated