12 Git Cheat Sheet
12 Git Cheat Sheet
Remote Repository:
Master Branch
Alice Bob
git init
Clone repository
Clone
git add main.py </> git clone bob@host:/path/repos
Add file „main.py“ to project
„new file“
Pull
git pull </>