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
################################################################################ | |
# Catalog of common tasks. | |
################################################################################ | |
# | |
# Update packages. | |
# | |
apt-get update;apt-get upgrade | |
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
Git Reference (from Code School's _Git Real_) | |
# Git Reference (from Code School's _Git Real_) | |
## Setup | |
Set up your identity for commits. | |
$ git config --global user.name "Name" |