File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 8989echo " Note: GIT diff cann compare four locations with each other: "
9090echo " your working directory, the stage, the repository."
9191echo
92- echo " _____ _____ _____ _____ "
93- echo " | | | | | | | |"
94- echo " | | | | | | | |"
95- echo " |_____| --> |_____| --> |_____| --> |_____|"
96- echo " working stage repository repository "
97- echo " dir local remote "
92+ coloredLog " ┌────────┐ ┌────────┐ ┌────────┐ ┌────────┐" " $clrPurple " " $clrBlack "
93+ coloredLog " │ │ │ │ │ │ │ │" " $clrPurple " " $clrBlack "
94+ coloredLog " │ │ -> │ │ -> │ │ -> │ │" " $clrPurple " " $clrBlack "
95+ coloredLog " └────────┘ └────────┘ └────────┘ └────────┘" " $clrPurple " " $clrBlack "
96+ coloredLog " work dir stage local repo remote repo" " $clrWhite " " $clrBlack "
9897echo
9998submenuHead " Different diff options:"
10099menuItem a " actual branch vs. origin/actual branch. -> local repository vs. remote repository" headHead
You can’t perform that action at this time.
0 commit comments