Add git_pull rule

This commit is contained in:
nvbn
2015-05-20 02:40:36 +03:00
parent 051f5fcb89
commit ce6855fd97
3 changed files with 42 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `git_checkout` – creates the branch before checking-out;
* `git_no_command` – fixes wrong git commands like `git brnch`;
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
* `git_pull` – sets upstream before executing previous `git pull`;
* `git_stash` – stashes you local modifications before rebasing or switching branch;
* `has_exists_script` – prepends `./` when script/binary exists;
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`;