Files
Vishesh Handa fc8e83b035 ios: Use git_fetch and git_merge instead of pull
Now with the latest git_bindings we no longer use git_pull which would
do a fetch + merge. It's good that these two actions are separated as
I can then easily replace the git_merge with a smarter version
implemented in git.

Also, that way in the future, the git_bindings plugin will only be used
for git_fetch and git_push for SSH. Everything else can be handled by
dart_git.
2020-09-28 13:02:55 +02:00
..
2020-01-06 13:27:51 +01:00
2020-09-02 17:38:58 +02:00
2019-10-09 00:28:50 +02:00
2019-05-17 16:24:37 +02:00
2020-08-18 12:03:18 +02:00