Created
          April 7, 2011 21:56 
        
      - 
      
- 
        Save EvanK/908834 to your computer and use it in GitHub Desktop. 
    Remove a deleted branch from a remote
  
        
  
    
      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
    
  
  
    
  | # remove the branch "branch-name" from the remote "origin" | |
| git push origin :branch-name | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment