Last active
June 23, 2019 23:04
-
-
Save ederrafo/8bad3df2fba1599c58ef226cbf201021 to your computer and use it in GitHub Desktop.
ubuntu linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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