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.

...

To clone your repository, you need to have the git client installed locally and 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

...

 

$ git clone <URL>

 

<URL> - Marked below.

 

 

No Format
Where can I find more information about using Git repository?

More information on using Git can be found online. Here are some useful links.

http://gitref.org/

http://git-scm.com/documentation

 

No Format
How do I install Git on my machine?

You can install the latest version of git for your operating system from here: http://git-scm.com/download

 

(warning)If you are running OS X Mountain Lion (Apple Logo (top left of screen) > About This Mac) version 10.8+, you will need to modify a security setting to install software downloaded from the internet. Go to System Preferences > Security and Privacy > General Tab. Click the lock in the lower left, enter your password, then select the Anywhere option under "Allow applications downloaded from".