Simple schedule helper tool for NUS students.
Create an .env
file in the project root directory with the following content:
# .env
RACK_ENV=development
PORT=80
Your ~/.gitconfig
should have the following settings for jizztastic git actions:
[user]
name = Your Name
email = [email protected]
[push]
default = simple
[branch]
autosetuprebase = always
[rerere]
enabled = true
[color]
ui = true
[alias]
s = status -s
lg = log --oneline --decorate --all --graph
[core]
autocrlf = input