Skip to content

Instantly share code, notes, and snippets.

View LuizHGodoy's full-sized avatar
:atom:
light speed learning

Luiz_Godoy LuizHGodoy

:atom:
light speed learning
  • Dourados-MS
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active July 23, 2024 12:33
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active July 22, 2024 15:05
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.

@IgorM-Oliveira
IgorM-Oliveira / commands-alias.md
Last active October 30, 2023 12:29
Alias Commands

Criar comando

nano ~/.bashrc

Coloquer no final do arquivo

My custom aliases

atalhos personalizados

alias update="sudo apt update && sudo apt upgrade -y"
alias upgrade="sudo apt update && sudo apt upgrade -y"