Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

1. Open Git menu and select Initiate Repository.


Image RemovedImage Added


2. Now select the workspace folder where you want to initialize the Git repository.


Image RemovedImage Added


3. Once you select the folder, click on the Initialize Repository button.

...

1. Select Clone Repository from Git menu of the main toolbar.


Image RemovedImage Added


2. Select repository you want to clone from the Git menu.


Image RemovedImage Added


Pull

Incorporate changes from a remote repository into the current branch. Refer Git documentation for more details. 

1. Select the Pull option from Git menu on the main toolbar. 


Image RemovedImage Added


2. Select the project from the Git menu on the main toolbar.


Image RemovedImage Added


You can also enable the periodically run Git Fetch command.


Push

Commit your changes before pushing the code.

1. Select Push option from Git menu on the main toolbar. 


Image RemovedImage Added


2. On the Git menu toolbar, select the project you want to push the code for.


Image RemovedImage Added


Stash

QAS also facilitates the Stash operation in Git that takes the modified tracked files, stages changes, and saves them on a stack of unfinished changes that you can reapply at any time.


Image RemovedImage Added


Add Stash comment before stashing.


Image RemovedImage Added


Other Git Commands

...