Skip to content
/ ghpr Public

🖥️✅🟢 CLI para aprovar pull requests através do terminal

Notifications You must be signed in to change notification settings

nevesm/ghpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ghpr

Como usar:

  • Execute:
git clone https://github.com/nevesm/ghpr.git
cp ghpr.sh /usr/bin
chmod +x ghpr.sh /usr/bin
  • Agora execute ghpr.sh seguido do link da PR à partir de qualquer lugar no seu SHELL: ghpr.sh https://github.com/nevesm/ghpr/pull/1

Criar alias:

  • Adicione esse trecho dentro do arquivo ~/.zshrc:
#GitHub PR
alias aprova='~/ghpr.sh'
  • Agora para aprovar alguma PR vc executa o comando 'aprova' seguido do link da PR: aprova https://github.com/nevesm/ghpr/pull/1

About

🖥️✅🟢 CLI para aprovar pull requests através do terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages