--- type: "note" created: "2024-01-14T02:17:44.611Z" updated: "2024-01-14T02:27:47.631Z" --- # mklink ```bash mklink /J "D:\Documents\Notes\EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git" mklink /J "D:\Documents\Notes\EC-Documentation\.kanbn" "D:\5-Other-Small\Kanban\EC-Documentation" mklink /J "D:\Documents\Notes\EC-Documentation\incoming" "D:\Documents\Notes\EC-Documentation\port" mklink /J "D:\Documents\Notes\EC-Documentation\outgoing" "D:\Documents\Notes\EC-Documentation\port" ``` ```bash mklink /J "D:\5-Other-Small\Notes\EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\.kanbn" "D:\5-Other-Small\Kanban\EC-Documentation" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\incoming" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\outgoing" "D:\5-Other-Small\Notes\EC-Documentation\port" ``` ```bash mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\incoming" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\outgoing" "D:\5-Other-Small\Notes\EC-Documentation\port" ``` ```bash git init L:/Git/Notes-EC-Documentation mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation" "D:\5-Other-Small\Notes\EC-Documentation" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git" code "L:\Git\Notes-EC-Documentation\.EC-Documentation" codium "L:\Git\Notes-EC-Documentation\.EC-Documentation" code-insiders "L:\Git\Notes-EC-Documentation\.EC-Documentation" ```