/advanced_git_drake

CarpentryCon training workshop

Creative Commons Zero v1.0 UniversalCC0-1.0

Advanced Git CarpentryCon@Home

CarpentryCon training workshop

Cloning

  • git clone <url>: download the repo from the web to your computer
    • make sure you are not in another repo
    • just like git init do only per repo

Branching

  • git branch

Pruning

  • git fetch --prune
    • allows you to delete references to deleted remote branches