User Tools

Site Tools


manage_config_with_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
manage_config_with_git [2025/03/12 06:03] – external edit 127.0.0.1manage_config_with_git [2025/03/12 08:27] (current) jianwu
Line 70: Line 70:
 done. done.
  
-=== To list all the files currently being tracked under the branch master, use ls-tree:===+=== To list all files currently being tracked under the branch master, use ls-tree:===
 <code Bash> <code Bash>
 $ git ls-tree -r master --name-only $ git ls-tree -r master --name-only
Line 280: Line 280:
 done. done.
  
-=== To list all the files currently being tracked under the branch master, use ls-tree:===+=== To list all files currently being tracked under the branch master, use ls-tree:===
 <code Bash> <code Bash>
 $ git ls-tree -r master --name-only $ git ls-tree -r master --name-only
manage_config_with_git.txt · Last modified: 2025/03/12 08:27 by jianwu