Horje
git ~ vs ^ Code Example
git ~ vs ^
G   H   I   J
 \ /     \ /
  D   E   F
   \  |  / \
    \ | /   |
     \|/    |
      B     C
       \   /
        \ /
         A
A =      = A^0
B = A^   = A^1     = A~1
C = A^2
D = A^^  = A^1^1   = A~2
E = B^2  = A^^2
F = B^3  = A^^3
G = A^^^ = A^1^1^1 = A~3
H = D^2  = B^^2    = A^^^2  = A~2^2
I = F^   = B^3^    = A^^3^
J = F^2  = B^3^2   = A^^3^2

(think of this as git branchs)




Shell

Related
remove folder from repo but keep locally Code Example remove folder from repo but keep locally Code Example
add github repo Code Example add github repo Code Example
linux get date yyyymmdd Code Example linux get date yyyymmdd Code Example
Ubuntu 18.04 Mouse right click not working Code Example Ubuntu 18.04 Mouse right click not working Code Example
store environment variables firebase Code Example store environment variables firebase Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9