Skip to content

Instantly share code, notes, and snippets.

@felipendc
felipendc / git.md
Created December 13, 2021 22:28 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@felipendc
felipendc / gist:ec91ca1e442f1c77e5ea918c49309267
Last active October 30, 2023 00:28
Installing Nvidia drivers on Arch linux by Felipe Ndc (Blackbird)
For you to be able to install Nvidia video card on Arch linux you'll need to use these commands:
First update your packages...
# pacman -Syu
Second install use these commands to install the driver Nvidia and XORG..