Open EloiStree opened 3 weeks ago
Create and push empty
echo "# REPOSITORY" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/EloiStree/REPOSITORY.git git push -u origin main
Push Existing
git remote add origin https://github.com/EloiStree/REPOSITORY.git git branch -M main git push -u origin main
Introduction:
Basic:
Hosting service:
Must know minimum:
Must know branching:
Must know if in team:
Create local Git:
Group work:
Come back in time:
GitHub tool:
Other
[ ] Remove Credential Manager https://github.com/EloiStree/HelloGitForUnity3D/issues/45
Create and push empty
Push Existing
Cheatsheet