Contents Why care about Rust? The Toolchain Creating a New Project Modules Crates Types References Mutability
Initialize gitflow git git flow init git init git commit --allow-empty -m "Initial commit" git checkout -b develop master Connect to the remote repository