Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 486 Bytes

QE_training_BDT_ruby

Repository for QE Training for BDT with cucumber and ruby

Push the repository

Please Follow the instructions to push your changes :

  1. You should fork this repository.
  2. Only push your changes into your folder Name.
  3. Create the pull request from your local repository to this repository.

Git Commands

  • git clone <dir_to_clone>
  • git status
  • git add
  • git checkout <branch_name>
  • git commit -m "Any comment to your commit"
  • git pull
  • git push