Last active
          August 23, 2018 20:47 
        
      - 
      
 - 
        
Save NF1198/985175e80f1ec0ae089d3cccb3824591 to your computer and use it in GitHub Desktop.  
    git daemon server on-liner - current directory
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | git-serve() { | |
| echo git daemon: $PWD && git daemon --verbose --export-all --reuseaddr --port=9090 --base-path=$PWD $PWD | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Add this to .profile/.bashrc