Git 中级
George Boorman
Curriculum Manager, DataCamp

git branch
git switch hotfix
git switch -c hotfix
git diff main hotfix
git branch -m hotfix bugfix
git branch -d hotfix
main 上,将 ai-assistant 合并入 main:git merge ai-assistant
git merge source destinationgit merge ai-assistant main
git clone https://github.com/datacamp/project
git remote -v
git remote add george https://github.com/george_datacamp/repo
git fetch origin
git pull origin
git push origin documentation
开始在软件与数据项目中使用 Git!
Git 中级