github - git's working directory
巴扎黑
巴扎黑 2017-05-02 09:29:54
0
4
595

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!

巴扎黑
巴扎黑

reply all(4)
为情所困

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template