KOINS.Studio - Articles - Инсталляция и настройка программ - How to setup GitHub repository for synchronize with your Fisheye account

How to setup GitHub repository for synchronize with your Fisheye account

Insctuction

  1. Open folder with project. Example: wl-sdk.

  2. Open folder .git. If you does not see this folder that click View and check Hidden items.

  3. Open file config for edit.

  4. Add this fragment to end of file:
    [user]
        name = Your login on Fisheye
        email = You corporate email

    Example:
    [user]
        name = vladislav.kobzev
        email = vladislav.kobzev@wellnessliving.com

  5. Save file.

Last modification: 16.04.20 20:32