OpenMake Meister

GIT

Activity Plug-in

Description

Git Update and Remove from Index

 

This Workflow Activity takes updates from the GIT file repository and applies them to your working tree.  It will update all tracked files in the current directory and its subdirectories.

Git Pull

This Workflow Activity fetches from and merges with another repository or a local branch.

Git Add and Commit

This Workflow Activity records changes to the repository for files that have been modified or deleted.  New files you have not told git about are unaffected.

Git Add

This Workflow Activity adds the file contents to the index.

Git Commit

This Workflow Activity records changes to the repository.