Pular para o conteúdo principal

Project Glossary

api

Interface de Programação de AplicaçõesApplication Programming Interface
Um conjunto de normas que permite a comunicação entre plataformas.A set of rules that allows different software entities to communicate.

webhook

WebhookWebhook
Uma forma de entregar notificações a um servidor web externo sempre que certos eventos ocorrem no GitHub.A way for notifications to be delivered to an external web server whenever certain events occur on GitHub.

pull

Pull (Puxar)Pull
Puxar uma branch significa buscá-la (fetch) e mesclá-la (merge) no ramo atual imediatamente.Pulling a branch means to fetch it and merge it into the current branch.