当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
vite配置proxy代理解决跨域
flink 学习(十二)Allowed Lateness和 Side Output
Halo open source project learning (II): entity classes and data tables
[appium] write scripts by designing Keyword Driven files
Applet learning notes (I)
209. 长度最小的子数组-滑动窗口
402. Remove K digits - greedy
Client example analysis of easymodbustcp
The system cannot be started after AHCI is enabled
SystemVerilog(六)-变量
JVM class loading mechanism
In ancient Egypt and Greece, what base system was used in mathematics
92. Reverse linked list II byte skipping high frequency question
Add drag and drop function to El dialog
Comparison between xtask and kotlin coroutine
Add animation to the picture under V-for timing
Oil monkey website address
超分之TDAN
How to manually implement the mechanism of triggering garbage collection in node
Exercise: even sum, threshold segmentation and difference (two basic questions of list object)








![[ES6] promise related (event loop, macro / micro task, promise, await / await)](/img/69/ea3ef6063d373f116a44c53565daa3.png)
