Support for 'git bundle' command #1348
              
                
                  
                  
                    Answered
                  
                  by
                    Byron
                  
              
          
                  
                    
                      Nightreaver
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hello I've been checking the docs, the git repo and google, but i cannot find any connection from gitpython to the 'git bundle' command. Tho i need it pretty quickly, i wanted to ask if this can be (or is already?) implemented. I'm talking about this | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Byron
          
      
      
        Sep 22, 2021 
      
    
    Replies: 1 comment
-
| I think what's closest to solving your issue is described here: using git directly. There is no specific implementation of it. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        Byron
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I think what's closest to solving your issue is described here: using git directly. There is no specific implementation of it.