...
Stash Repository
For Commiters
Change your origin remote to the new repo using these instructions.
HTTPS
git clone https://${YOUR_USERNAME}@freeswitch.org/stash/scm/fs/freeswitch.git
YOUR_USERNAME is the same as your JIRA user name. Git will prompt your for you password when required.
SSH
git clone ssh://git@stash.freeswitch.org:7999/fs/freeswitch.git
...
Code Block | ||||
---|---|---|---|---|
| ||||
host stash user git hostname stash.freeswitch.org port 7999 identityfile ~/.ssh/my_pubkey_file IdentitiesOnly yes |
...
git clone https://${YOUR_USERNAME}@freeswitch.org/stash/scm/fs/freeswitch.git
YOUR_USERNAME is the same as your JIRA user name. Git will prompt your for you password when required.
Non-Commiters
Execute the following command to point to Stash:
...