Any changes you make to Master will not show up on the Pages site.
Goal Tracker for Professional and Personal Growth Goals
Shall define what information should be kept in this repo, where said information is to be stored, the process for updating information, and the process for commenting on information.
Shall contain this readme and copies of any local files necessary for completion of the goal. Such as excel sheets, word docs, OneNote Journals, and archives of blog posts.
One project should be created for each year's goals.
The left most column, should contain a list of each goal to be achieved ranked by priority.
There should be a column for each goal. These columns should contain one time actions that need to be completed prior to working on the goal or before work can be completed. They should NOT contain the tasks needed for the goal.
i.e.
should conatin 'find a blog that reviews python libraries'
should NOT contain 'read blog every week'
Should contain the meat of the goals.
- Goal Statement
- Why the goal is important
- How to achieve the goal
- Progress and Outcomes
The Wiki should also contain any major learnings, pitfalls and reprioritizations.
Shall be used to keep repo and wiki up to date. On work machine, the repo is kept under
Documents > 5_Goals
- Goals contains the code / repo section
- Wiki contains the wiki markdown files
On Home Machine, the repo is kept under
local for home machine
- Goals contains the code / repo section
- Wiki contains the wiki markdown files
to get changes made on github.com locally
git pull <repo> master
to push changes to github.com
git commit -a -m 'message'
git push <repo> master
Native Markdown editor that will be used to update wiki and goals off line.
PyCharm can also be used for this if desired.