Welcome to the VA MAE WIki! -  Go to the Wiki Landing Page            Reset/Change password HERE       Atlassian & ALM Tool support request HERE
Child pages
  • Code Repository (Fisheye/Stash/Crucible)

Versions Compared

Key

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

...

(lightbulb) Please note that it is possible to see the project in Fisheye but not in Stash and vice versa.


No Format
I can see my project, how do I clone the repository?

To clone your repository, you need to have the URL for your repository. You can fine it in stash by choosing your project and then click on the repository you want to clone. You should find the URL in the top left corner as shown. Then on your terminal, go to the folder you want to clone the repo and type the following command


Terminal

 

$ git clone <URL>

 

<URL> - Marked below.

 

Image Added