git_pull¶
Executes a simple git pull command
git_pull | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx, @JaviSoto |
2 Examples¶
git_pull
git_pull(only_tags: true) # only the tags, no commits
Parameters¶
Key | Description | Default |
---|---|---|
only_tags |
Simply pull the tags, and not bring new commits to the current branch from the remote | false |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action git_pull