Quick Setup for You Git Code

If you need less keystrokes in updating your git code specially if it's very minimal change, do the following:

1git clone https://<github_token_here>@github.com/icasimpan/quicktasks-git
2cd quicktasks-git
3git config user.name "Ismael Casimpan"
4git config user.email "ismael.angelo@casimpan.com"

Posts in this Series