Tools/Git

[ Github] this path skips through empty directories

citygray 2023. 4. 19. 20:56

폴더 경로가 스킵되서 나옵니다

Git hub에 "Folder Jumping" 기능이라합니다.

 

어떤 기준으로 경로가 스킵되는 건가?

 

단일 하위 디렉토리를 가진 디렉토리를 건너뛰어 저장소의 내비게이션 효율을 크게 향상시킬 수 있습니다. 
특히 Java 패키지/디렉토리 구조와 같이 여러 수준의 중첩된 디렉토리가 있는 경우에 유용합니다.

 

 

참고:

https://github.com/gogs/gogs/issues/1149

 

Directory/Folder/Path jumping · Issue #1149 · gogs/gogs

To quickly navigate a repository it would be nice to be able to skip directories with only a single subdirectory. Think Java package/directory structure. i.e. src/main/java/com/example would be a s...

github.com

https://github.blog/2014-08-19-folder-jumping/

 

Folder Jumping | The GitHub Blog

You’ll now start seeing expanded file listings on GitHub that look like this: The grey text in the paths — in this case, java/com/netflix/ — means those three folders don’t contain any other files. Click on the expanded path to save yourself extra

github.blog

 

'Tools > Git' 카테고리의 다른 글

[sourcetree] Sourcetree 토큰 에러  (0) 2023.06.09
[Github Page] Github 블로그로 갈까?  (0) 2023.04.20
Git  (0) 2023.03.13