You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflow.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,11 @@
3
3
## Git Repositories
4
4
I access git repositories through ssh with public key authentification
5
5
[TODO] I have a cron job that periodically push the local repo to the server, and a script to pull from the repo when I connect and push to the repo when I disconnect. Those jobs use Github deploy keys.
6
+
7
+
## Projects management
8
+
todo_list file in each project
9
+
command "todo": show current todo for each project
10
+
11
+
## Quick access to files and folders
12
+
Files and folder for quick access listed in the .shell_files/.quick_access file in their folder or one of their parent folder.
13
+
Those .quick_access files generate the necessary files for each shell in the previous .shell_files folder which are called by the shell configuration files.
0 commit comments