If you haven’t already, clone the personal repo to your local machine:
git clone https://github.com/yourusername/your-personal-repo.git
cd your-personal-repo
var Timezone = { | |
set : function() { | |
var date = new Date(); | |
date.setTime(date.getTime() + (1000*24*60*60*1000)); | |
var expires = "; expires=" + date.toGMTString(); | |
document.cookie = "timezone=" + (-date.getTimezoneOffset() * 60) + expires + "; path=/"; | |
} | |
} |
# Lesson Plan: Memory | |
## Learning Objectives | |
|KSA ID|KSA Description|Bloom's Taxonomy|Created in Version| | |
|---|---|---|---| | |
||||| | |
## Prerequisites |
[email protected]:{your username}/{name of newly created repo}.git
git remote add personal [email protected]:{your username}/{name of newly created repo}.git
git push personal main
.chmod +x pre-commit