INTEGRATION
Git actions
Version control operations
- Actions
- 9
- Maintained by
- Flomation
Every Git action
- Git AddStage files for commit in a Git repository
- Git BranchCreate, list, or switch Git branches
- Git CheckoutCheck out a branch or commit in a Git repository
- Git CloneClone a Git repository
- Git CommitCreate a Git commit with staged changes
- Git PullPull latest changes from a remote
- Git PushPush local commits to a remote Git repository
- Git StatusShow the working tree status of a Git repository
- Git TagCreate or list tags in a Git repository
Wire Git into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a Git step can sit between a form, a database and a message without any glue code.
