Collaboration Manager
Collaboration Manager
Setup
git config --global user.name "Your Name" git config --global user.email "[email protected]"ssh-keygen -t ed25519 cat ~/.ssh/id_ed25519.pub # Add to GitHub/GitLabgit clone [email protected]:team/repo.git
Workflow Options
Workflow
Description
Last updated