Skip to content

Instantly share code, notes, and snippets.

@juniormartinxo
Last active July 27, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniormartinxo/e60fc88a32ebb4adda0f0773cc5be24f to your computer and use it in GitHub Desktop.
Save juniormartinxo/e60fc88a32ebb4adda0f0773cc5be24f to your computer and use it in GitHub Desktop.

Para evitar que as branchs sejam mostradas no pager padrão do sistema e passar a visualização para direto no terminal execute o comando abaixo:

git config --global core.pager 'less -FRX'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment