当前位置:网站首页>Submit local warehouse and synchronize code cloud warehouse
Submit local warehouse and synchronize code cloud warehouse
2022-04-23 17:47:00 【Sanxiaochi 513】
1. Open a new terminal
2. Check the status ( The new revision is red )
git status
3. Add all to staging area
git add .
4. Check the status again ( Will turn green )
git status
5. Submit to local warehouse
git commit -m " Descriptive text "
6. View branches
git branch
7. Switch to main branch master
git checkout master
8. Look at the branches again
git branch
9. Merging branches
git merge Branches to merge
10. Remote push
git push
Push new branches to the code cloud :
First switch to the branch to be pushed , How to execute the following commands
git push -u origin Branch name
版权声明
本文为[Sanxiaochi 513]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230550325504.html
边栏推荐
- Gaode map search, drag and drop query address
- Manually implement simple promise and its basic functions
- Ring back to origin problem - byte jumping high frequency problem
- Dry goods | how to extract thumbnails quickly?
- 读《Software Engineering at Google》(15)
- 2022制冷与空调设备运行操作判断题及答案
- 2022 tea artist (primary) examination simulated 100 questions and simulated examination
- 2021 Great Wall Cup WP
- QT modification UI does not take effect
- 31. Next arrangement
猜你喜欢
随机推荐
48. 旋转图像
In embedded system, must the program code in flash be moved to ram to run?
Examination question bank and online simulation examination of the third batch (main person in charge) of special operation certificate of safety officer a certificate in Guangdong Province in 2022
394. 字符串解码-辅助栈
440. The k-th small number of dictionary order (difficult) - dictionary tree - number node - byte skipping high-frequency question
On the problem of V-IF display and hiding
MySQL进阶学习之SQL优化【插入,主键,排序,分组,分页,计数】
Qt error: /usr/bin/ld: cannot find -lGL: No such file or directory
958. Complete binary tree test
Advantages and disadvantages of several note taking software
209. Minimum length subarray - sliding window
C1小笔记【任务训练篇二】
92. Reverse linked list II byte skipping high frequency question
[ES6] promise related (event loop, macro / micro task, promise, await / await)
470. Rand10() is implemented with rand7()
Leak detection and vacancy filling (6)
48. Rotate image
Commonly used functions -- spineros:: and spineros::)
440. 字典序的第K小数字(困难)-字典树-数节点-字节跳动高频题
Compare the performance of query based on the number of paging data that meet the query conditions