Skip to content

optimaxdev/ta-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QA Automation test task

This repository contains two parts:

Setup

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

    git clone --bare git@github.com:optimaxdev/ta-test.git
  2. Create a new private repository on Github and name it ta-test.

  3. Mirror-push your bare clone to your new ta-test repository.

    Replace <your_username> with your actual GitHub username in the url below.

    cd ta-test.git
    git push --mirror git@github.com:<your_username>/ta-test.git
  4. Remove the temporary local repository you created in step 1.

    cd ..
    rm -rf ta-test.git
  5. You can now clone your ta-test repository on your machine (in my case in the code folder).

    cd ~/code
    git clone git@github.com:<your_username>/ta-test.git
  6. Open "Settings" => "Collaborators" page of your ta-test repository: https://github.com/<your_username>/ta-test/settings/access

  7. Click Add People & add 'dmaksimovskih', 'LMikhail1' & 'aleksandrashmoylova' to collaborators list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •