Last active
          August 29, 2015 14:26 
        
      - 
      
- 
        Save frontend-gist/9339305f530776bc22d7 to your computer and use it in GitHub Desktop. 
    Git 
  
        
  
    
      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 checkout -b myFeature develop | 
  
    
      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 fetch | |
| git checkout <branch-name> | 
  
    
      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 push origin <branch-name> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment