awesome-python3-webapp/ <-- root directory
|
- backup/ <-- backup directory
|
- conf/ <-- configuration file
|
- dist/ <-- Packaging directory
|
- www/ <-- Web directory, storing .py files
| |
| - static/ <-- Storing static files
| |
| - templates/ <-- Store template files
|
- ios/ <-- Store iOS App projects
|
- LICENSE <-- code LICENS
Beginner to learn git. As above, now we need to create a working directory for the website. I am a little confused as to whether this refers to different branches (master, dev, etc.) or different folders in the resource manager? Then, another question is, when to use folders and when to use branches? Thanks!
These folders are your worktree, not branches
In general, folders need to exist at the same time, and branches do not need to exist at the same time
Well, I think it’s better for you to briefly understand the basics of git. A few hours will do. Git Tutorial
I agree with the person above, learn the basics and at least distinguish the working directory and branches. Recommended information.
http://book.haoduoshipin.com/gitbeijing/
http://www.bootcss.com/p/git-guide/
mark Good study