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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
soc:2009:pravin:notes:start [2009/07/18 10:22]
less1
soc:2009:pravin:notes:start [2009/12/27 06:18] (current)
less1
Line 5: Line 5:
 ldd ldd
 </​code>​ </​code>​
 +
 +===== Useful information =====
 +AndyTim: By the way, if you ever get the ^M problem again.
 + Try following it by a ^J
 +
  
 ===== Links to watch-out ===== ===== Links to watch-out =====
Line 29: Line 34:
 </​code>​ </​code>​
  
-For pushing the first master repository from local to empty remote server repository, it can be done with+Adding remote head to cloned repository 
 +<​code>​ 
 +git remote add master git+ssh://​pravin@git.etherboot.org//​pub/​scm/​people/​pravin/​BKO.git 
 +</​code>​ 
 + 
 +For pushing the local master repository from local to remote server repository, it can be done with
 <​code>​ <​code>​
 git push master master git push master master
 </​code>​ </​code>​
 +
 Where you are pushing local branch called "​master"​ onto remote branch called "​master"​ Where you are pushing local branch called "​master"​ onto remote branch called "​master"​
 +
 +===== git submoduling =====
 +
 +to register the git submodules
 +<​code>​
 +git submodule init
 +git submodule update
 +</​code>​
  
 ==== git bisect ==== ==== git bisect ====

QR Code
QR Code soc:2009:pravin:notes:start (generated for current page)