Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. git find parent direcitory from a child
  2. git clone git_main git_clone
  3.      cd git_clone
  4.      ls
  5.      sys info ff bin .git
  6.      ff has the following directory structure  
  7.      ff/tt/gg/a.txt
  8.      cd ff/tt/gg
  9.      gg>
  10.        
  11. git rev-parse --git-dir
  12.        
  13. git rev-parse --show-toplevel
  14.        
  15. git remote -v