Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active June 23, 2019 23:04
Show Gist options
  • Save ederrafo/8bad3df2fba1599c58ef226cbf201021 to your computer and use it in GitHub Desktop.
Save ederrafo/8bad3df2fba1599c58ef226cbf201021 to your computer and use it in GitHub Desktop.
ubuntu linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
$ ls /usr/bin/ | wc -l
1499
$ sudo apt-get update
$ sudo apt-get -y install git
$ git config --global alias.st status && git config --global alias.cm commit && git config --global alias.co checkout && git config --global user.email "[email protected]" && git config --global user.name "Eder Rafo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment