Skip to content

Instantly share code, notes, and snippets.

@wdv4758h
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save wdv4758h/b9a5f69d11ea9c249473 to your computer and use it in GitHub Desktop.

Select an option

Save wdv4758h/b9a5f69d11ea9c249473 to your computer and use it in GitHub Desktop.
about git

Git

  • delete remote branch

    git push <remote name> --delete <branchName>
    
  • get remote repo branch as local branch

    git fetch <remote> <rbranch>:<lbranch>
    
  • Remove sensitive data

Learning Resource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment