Projects & Repositories

SSH for Windows

Prerequisite: Git Bash To install Git: Download and initiate the Git installer. Below are steps to generate ssh keys On the windows machine In Windows, press Start+R to launch the Run dialog. Type C:\Program Files\Git\bin\bash.exe and press Enter. mkdir keys: Create a directory with name as keys. cd keys: Move to…

0
Read More

SSH for Linux

Below are steps to generate SSH keys on a Linux machine: Start the key generation program by typing “ssh-keygen -m PEM -t rsa -b 4096” in terminal Enter the filename you want for the key. Enter passphrase if required. (This is optional)

0
Read More

Badges

What are badges? Badges are the uniform way of displaying the tags to the repository to ensure better quality code. A list of badges is included in the Readme.MD file of your repository.  Building badges helps to improve the readability of the repository. They provide visual information that portrays different…

0
Read More

Projects and repositories

BrowserStack Code Quality organises repositories into projects. One repository can be linked to multiple projects at the same time. BrowserStack Code Quality accepts following repository standards: *Currently only supported on BrowserStack Code Quality Version 1. Coming soon on Version 2( V2)

0
Read More